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