5 references to None
Microsoft.CodeAnalysis.CSharp (5)
Symbols\ConstraintsHelper.cs (5)
1099
case ConstructorConstraintError.
None
:
1461
return ConstructorConstraintError.
None
;
1474
return typeParameter.HasConstructorConstraint || typeParameter.IsValueType ? ConstructorConstraintError.
None
: ConstructorConstraintError.NoPublicParameterlessConstructorOrAbstractType;
1506
return ConstructorConstraintError.
None
;
1515
(true, false) => ConstructorConstraintError.
None
,