8 references to IsConstructedFromSelf
Microsoft.CodeAnalysis.Workspaces (8)
SymbolEquivalenceComparer.EquivalenceVisitor.cs (5)
208IsConstructedFromSelf(x) != IsConstructedFromSelf(y) || 242if (IsConstructedFromSelf(x)) 603(x.TypeParameterKind == TypeParameterKind.Method && IsConstructedFromSelf(x.DeclaringMethod!)) || 607(y.TypeParameterKind == TypeParameterKind.Method && IsConstructedFromSelf(y.DeclaringMethod!)) ||
SymbolEquivalenceComparer.GetHashCodeVisitor.cs (3)
124Hash.Combine(IsConstructedFromSelf(x), 138return IsConstructedFromSelf(x) 263(x.TypeParameterKind == TypeParameterKind.Method && IsConstructedFromSelf(x.DeclaringMethod!)) ||