3 references to IsNotNullableFromConstraintType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (1)
314return IsNotNullableFromConstraintType(constraintType, out isNonNullableValueType);
Symbols\SubstitutedTypeParameterSymbol.cs (1)
133if (!ConstraintsHelper.IsObjectConstraintSignificant(IsNotNullableFromConstraintType(constraintType, out _), bestObjectConstraint))
Symbols\TypeParameterSymbol.cs (1)
455bool? fromType = IsNotNullableFromConstraintType(constraintType, out _);