5 references to None
Microsoft.CodeAnalysis.CSharp (5)
Symbols\ConstraintsHelper.cs (5)
1126
case ConstructorConstraintError.
None
:
1490
return ConstructorConstraintError.
None
;
1503
return typeParameter.HasConstructorConstraint || typeParameter.IsValueType ? ConstructorConstraintError.
None
: ConstructorConstraintError.NoPublicParameterlessConstructorOrAbstractType;
1535
return ConstructorConstraintError.
None
;
1544
(true, false) => ConstructorConstraintError.
None
,