5 references to InheritanceNames
Microsoft.CodeAnalysis.Workspaces (5)
FindSymbols\FindReferences\DependentTypeFinder_ProjectIndex.cs (1)
112foreach (var inheritanceName in info.InheritanceNames)
FindSymbols\TopLevelSyntaxTree\DeclaredSymbolInfo.cs (4)
188writer.WriteArray(InheritanceNames, static (w, n) => w.WriteString(n)); 252&& InheritanceNames.SequenceEqual(other.InheritanceNames, arg: true, (s1, s2, _) => s1 == s2); 261Hash.CombineValues(InheritanceNames)))))));