9 references to IsConstructedFromSelf
Microsoft.CodeAnalysis.CodeStyle (9)
SymbolEquivalenceComparer.EquivalenceVisitor.cs (6)
344if (IsConstructedFromSelf(x) != IsConstructedFromSelf(y) || 400IsConstructedFromSelf(x) || 432if (IsConstructedFromSelf(x.TupleUnderlyingType ?? x)) 604(x.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(x.ContainingType)) || 608(y.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(y.ContainingType)) ||
SymbolEquivalenceComparer.GetHashCodeVisitor.cs (3)
175Hash.Combine(IsConstructedFromSelf(x), 188return IsConstructedFromSelf(x) || x.IsUnboundGenericType 264(x.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(x.ContainingType)) ||