8 references to None
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\ConstraintsHelper.vb (6)
962If constraintError = ConstructorConstraintError.None AndAlso namedType.IsMustInherit Then 978Case ConstructorConstraintError.None 984Return constraintError = ConstructorConstraintError.None 1175Return ConstructorConstraintError.None 1190Return ConstructorConstraintError.None 1200Return ConstructorConstraintError.None
Symbols\Source\SourceNamedTypeSymbol_GroupClass.vb (2)
294Return HasPublicParameterlessConstructor(candidate) = ConstructorConstraintError.None 306Debug.Assert(constructorConstraintError = ConstructorConstraintError.None OrElse constructorConstraintError = ConstructorConstraintError.HasRequiredMembers)