5 references to None
Microsoft.CodeAnalysis.CSharp (5)
Symbols\ConstraintsHelper.cs (5)
1099case ConstructorConstraintError.None: 1461return ConstructorConstraintError.None; 1474return typeParameter.HasConstructorConstraint || typeParameter.IsValueType ? ConstructorConstraintError.None : ConstructorConstraintError.NoPublicParameterlessConstructorOrAbstractType; 1506return ConstructorConstraintError.None; 1515(true, false) => ConstructorConstraintError.None,