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