2 references to Empty
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Constraints.cs (1)
378
return isForOverride || AreNullableAnnotationsEnabled(typeParameterSyntax.Identifier) ? TypeParameterConstraintClause.
Empty
: TypeParameterConstraintClause.ObliviousNullabilityIfReferenceType;
Symbols\Source\TypeParameterConstraintClause.cs (1)
92
return
Empty
;