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