24 references to ERR_LabelNotDefined1
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Expressions.vb (1)
3562
ReportDiagnostic(diagnostics, node, ERRID.
ERR_LabelNotDefined1
, labelName)
Errors\ErrorFacts.vb (1)
148
ERRID.
ERR_LabelNotDefined1
,
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (15)
ErrorHandling.vb (15)
175
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "").WithArguments(""),
176
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "").WithArguments(""),
177
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "").WithArguments(""))
212
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "[On]").WithArguments("On"),
213
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "[goto]").WithArguments("goto"),
214
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "[Error]").WithArguments("Error"),
215
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "").WithArguments(""),
216
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "").WithArguments(""),
217
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "").WithArguments(""),
218
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "").WithArguments(""),
219
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "").WithArguments(""))
395
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "goo").WithArguments("goo"),
396
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "diffMethodLabel").WithArguments("diffMethodLabel"),
397
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "DifferentMethod").WithArguments("DifferentMethod"))
866
compilation.VerifyDiagnostics(Diagnostic(ERRID.
ERR_LabelNotDefined1
, "handler").WithArguments("handler"),
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (7)
Binding\GotoTests.vb (7)
94
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "").WithArguments(""))
114
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "").WithArguments(""),
115
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "").WithArguments(""))
208
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "100").WithArguments("100"))
230
Diagnostic(ERRID.
ERR_LabelNotDefined1
, "100").WithArguments("100"))
288
</compilation>).VerifyDiagnostics(Diagnostic(ERRID.
ERR_LabelNotDefined1
, "label1").WithArguments("label1"))
327
</compilation>).VerifyDiagnostics(Diagnostic(ERRID.
ERR_LabelNotDefined1
, "label2").WithArguments("label2"))