1 write to InheritanceNames
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\TopLevelSyntaxTree\DeclaredSymbolInfo.cs (1)
114
InheritanceNames
= inheritanceNames;
6 references to InheritanceNames
Microsoft.CodeAnalysis.Workspaces (6)
FindSymbols\FindReferences\DependentTypeFinder_ProjectIndex.cs (1)
82
foreach (var inheritanceName in info.
InheritanceNames
)
FindSymbols\TopLevelSyntaxTree\DeclaredSymbolInfo.cs (5)
199
writer.WriteInt32(
InheritanceNames
.Length);
201
foreach (var name in
InheritanceNames
)
269
&&
InheritanceNames
.SequenceEqual(other.
InheritanceNames
, arg: true, (s1, s2, _) => s1 == s2);
278
Hash.CombineValues(
InheritanceNames
)))))));