9 references to Label
Microsoft.CodeAnalysis.VisualBasic (9)
Analysis\FlowAnalysis\AbstractFlowPass.NestedTypes.vb (1)
94Return CType(Branch, BoundConditionalGoto).Label
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
464Return DirectCast(branch, BoundConditionalGoto).Label
CodeGen\EmitStatement.vb (1)
464Dim label As Object = boundConditionalGoto.Label
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
798RecordBranch(node.Label)
Generated\BoundNodes.xml.Generated.vb (3)
6722If condition IsNot Me.Condition OrElse jumpIfTrue <> Me.JumpIfTrue OrElse label IsNot Me.Label Then 12809Return node.Update(condition, node.JumpIfTrue, node.Label) 14179New TreeDumperNode("label", node.Label, Nothing)
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Statements.vb (1)
92node.Label))
Lowering\LambdaRewriter\LambdaRewriter.Analysis.vb (1)
504If labelBlock.ContainsKey(node.Label) Then