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