5 references to None
Microsoft.CodeAnalysis.CSharp (5)
Symbols\ConstraintsHelper.cs (5)
1126case ConstructorConstraintError.None: 1490return ConstructorConstraintError.None; 1503return typeParameter.HasConstructorConstraint || typeParameter.IsValueType ? ConstructorConstraintError.None : ConstructorConstraintError.NoPublicParameterlessConstructorOrAbstractType; 1535return ConstructorConstraintError.None; 1544(true, false) => ConstructorConstraintError.None,