12 references to ERR_CannotGotoNonScopeBlocksWithClosure
Microsoft.CodeAnalysis.VisualBasic (3)
Errors\ErrorFacts.vb (1)
21
ERRID.
ERR_CannotGotoNonScopeBlocksWithClosure
Lowering\LambdaRewriter\LambdaRewriter.vb (2)
1345
Me.Diagnostics.Add(ERRID.
ERR_CannotGotoNonScopeBlocksWithClosure
, node.Syntax.GetLocation(),
1348
Me.Diagnostics.Add(ERRID.
ERR_CannotGotoNonScopeBlocksWithClosure
, node.Syntax.GetLocation(), "Goto ", label.Name, label.Name)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (8)
CodeGen\CodeGenClosureLambdaTests.vb (8)
578
VerifyEmitDiagnostics(Diagnostic(ERRID.
ERR_CannotGotoNonScopeBlocksWithClosure
, "goto label1").WithArguments("Goto ", "label1", "label1"))
620
VerifyEmitDiagnostics(Diagnostic(ERRID.
ERR_CannotGotoNonScopeBlocksWithClosure
, "goto label1").WithArguments("Goto ", "label1", "label1"))
713
VerifyEmitDiagnostics(Diagnostic(ERRID.
ERR_CannotGotoNonScopeBlocksWithClosure
, "goto label1").WithArguments("Goto ", "label1", "label1"))
766
VerifyEmitDiagnostics(Diagnostic(ERRID.
ERR_CannotGotoNonScopeBlocksWithClosure
, "goto label1").WithArguments("Goto ", "label1", "label1"))
820
VerifyEmitDiagnostics(Diagnostic(ERRID.
ERR_CannotGotoNonScopeBlocksWithClosure
, "goto label1").WithArguments("Goto ", "label1", "label1"))
876
VerifyEmitDiagnostics(Diagnostic(ERRID.
ERR_CannotGotoNonScopeBlocksWithClosure
, "goto label1").WithArguments("Goto ", "label1", "label1"))
951
Diagnostic(ERRID.
ERR_CannotGotoNonScopeBlocksWithClosure
, "goto label2").WithArguments("Goto ", "label2", "label2"),
952
Diagnostic(ERRID.
ERR_CannotGotoNonScopeBlocksWithClosure
, "goto label1").WithArguments("Goto ", "label1", "label1"))
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Diagnostics\DiagnosticTests.vb (1)
153
ERRID.
ERR_CannotGotoNonScopeBlocksWithClosure