3 references to IsNotNullableFromConstraintTypes
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (1)
555
return
IsNotNullableFromConstraintTypes
(symbolsBuilder.ToImmutableAndFree());
Symbols\SubstitutedTypeParameterSymbol.cs (1)
163
return
IsNotNullableFromConstraintTypes
(constraintTypes.ToImmutableAndFree());
Symbols\TypeParameterSymbol.cs (1)
563
bool? fromTypes =
IsNotNullableFromConstraintTypes
(constraintTypes);