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