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