9 references to IsConstructedFromSelf
Microsoft.CodeAnalysis.Workspaces (9)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SymbolEquivalenceComparer.EquivalenceVisitor.cs (6)
357if (IsConstructedFromSelf(x) != IsConstructedFromSelf(y) || 413IsConstructedFromSelf(x) || 445if (IsConstructedFromSelf(x.TupleUnderlyingType ?? x)) 619(x.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(x.ContainingType)) || 623(y.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(y.ContainingType)) ||
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SymbolEquivalenceComparer.GetHashCodeVisitor.cs (3)
172Hash.Combine(IsConstructedFromSelf(x), 185return IsConstructedFromSelf(x) || x.IsUnboundGenericType 263(x.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(x.ContainingType)) ||