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