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