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