2 references to NonTypeParameterConstraintImpliesReferenceType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\TypeParameterConstraintClause.cs (1)
252else if (TypeParameterSymbol.NonTypeParameterConstraintImpliesReferenceType(type))
Symbols\TypeParameterSymbol.cs (1)
398return NonTypeParameterConstraintImpliesReferenceType(constraint);