1 write to ExitLabel
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SynthesizedInteractiveInitializerMethod.vb (1)
30ExitLabel = New GeneratedLabelSymbol("exit")
2 references to ExitLabel
Microsoft.CodeAnalysis.VisualBasic (2)
Analysis\InitializerRewriter.vb (1)
230boundStatements.Add(New BoundReturnStatement(submissionResult.Syntax, submissionResult, method.FunctionLocal, method.ExitLabel))
Symbols\Source\SynthesizedInteractiveInitializerMethod.vb (1)
141ImmutableArray.Create(Of BoundStatement)(New BoundLabelStatement(syntax, ExitLabel)))