9 references to IsConstructedFromSelf
Microsoft.CodeAnalysis.CodeStyle (9)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (6)
358if (IsConstructedFromSelf(x) != IsConstructedFromSelf(y) || 413IsConstructedFromSelf(x) || 445if (IsConstructedFromSelf(x.TupleUnderlyingType ?? x)) 621(x.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(x.ContainingType)) || 625(y.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(y.ContainingType)) ||
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (3)
175Hash.Combine(IsConstructedFromSelf(x), 188return IsConstructedFromSelf(x) || x.IsUnboundGenericType 268(x.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(x.ContainingType)) ||