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