5 references to None
Microsoft.CodeAnalysis.CSharp (5)
Symbols\ConstraintsHelper.cs (5)
1124case ConstructorConstraintError.None: 1488return ConstructorConstraintError.None; 1501return typeParameter.HasConstructorConstraint || typeParameter.IsValueType ? ConstructorConstraintError.None : ConstructorConstraintError.NoPublicParameterlessConstructorOrAbstractType; 1533return ConstructorConstraintError.None; 1542(true, false) => ConstructorConstraintError.None,