10 references to ERR_InvalidConstructorCall
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Delegates.vb (1)
67ReportDiagnostic(diagnostics, addressOfSyntax.Operand, ERRID.ERR_InvalidConstructorCall)
Binding\Binder_Expressions.vb (2)
981ReportDiagnostic(diagnostics, group.Syntax, ERRID.ERR_InvalidConstructorCall) 2818ReportDiagnostic(diagnostics, node, ERRID.ERR_InvalidConstructorCall)
Binding\Binder_Invocation.vb (1)
130ReportDiagnostic(diagnostics, group.Syntax, ERRID.ERR_InvalidConstructorCall)
Errors\ErrorFacts.vb (1)
227ERRID.ERR_InvalidConstructorCall,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (5)
Binding\UsingTests.vb (3)
1540Diagnostic(ERRID.ERR_InvalidConstructorCall, "MyBase.New"), 1541Diagnostic(ERRID.ERR_InvalidConstructorCall, "MyBase.New"), 1542Diagnostic(ERRID.ERR_InvalidConstructorCall, "MyBase.New"))
Semantics\GetSemanticInfoTests.vb (1)
4461Diagnostic(ERRID.ERR_InvalidConstructorCall, "class1.New"))
Semantics\WithBlockErrorTests.vb (1)
1035Diagnostic(ERRID.ERR_InvalidConstructorCall, ".New"))