9 references to IsConstructedFromSelf
Microsoft.CodeAnalysis.CodeStyle (9)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SymbolEquivalenceComparer.EquivalenceVisitor.cs (6)
356if (IsConstructedFromSelf(x) != IsConstructedFromSelf(y) || 412IsConstructedFromSelf(x) || 444if (IsConstructedFromSelf(x.TupleUnderlyingType ?? x)) 620(x.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(x.ContainingType)) || 624(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 265(x.TypeParameterKind == TypeParameterKind.Type && IsConstructedFromSelf(x.ContainingType)) ||