5 references to None
Microsoft.CodeAnalysis.CSharp (5)
Symbols\ConstraintsHelper.cs (5)
1021
case ConstructorConstraintError.
None
:
1375
return ConstructorConstraintError.
None
;
1388
return typeParameter.HasConstructorConstraint || typeParameter.IsValueType ? ConstructorConstraintError.
None
: ConstructorConstraintError.NoPublicParameterlessConstructorOrAbstractType;
1420
return ConstructorConstraintError.
None
;
1429
(true, false) => ConstructorConstraintError.
None
,