5 references to None
Microsoft.CodeAnalysis.CSharp (5)
Symbols\ConstraintsHelper.cs (5)
1114
case ConstructorConstraintError.
None
:
1476
return ConstructorConstraintError.
None
;
1489
return typeParameter.HasConstructorConstraint || typeParameter.IsValueType ? ConstructorConstraintError.
None
: ConstructorConstraintError.NoPublicParameterlessConstructorOrAbstractType;
1521
return ConstructorConstraintError.
None
;
1530
(true, false) => ConstructorConstraintError.
None
,