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