8 references to IsConstructedFromSelf
Microsoft.CodeAnalysis.Extensions.Package (8)
Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (5)
207IsConstructedFromSelf(x) != IsConstructedFromSelf(y) || 241if (IsConstructedFromSelf(x)) 620(x.TypeParameterKind == TypeParameterKind.Method && IsConstructedFromSelf(x.DeclaringMethod!)) || 624(y.TypeParameterKind == TypeParameterKind.Method && IsConstructedFromSelf(y.DeclaringMethod!)) ||
Symbols\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (3)
124Hash.Combine(IsConstructedFromSelf(x), 138return IsConstructedFromSelf(x) 267(x.TypeParameterKind == TypeParameterKind.Method && IsConstructedFromSelf(x.DeclaringMethod!)) ||