2 writes to Label
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
3702
this.
Label
= label;
3711
this.
Label
= label;
6 references to Label
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\AbstractFlowPass.cs (1)
3221
PendingBranches.Add(new PendingBranch(node, this.State, node.
Label
));
FlowAnalysis\ExitPointsWalker.cs (1)
131
if (_labelsInside.Contains(((BoundBreakStatement)pending.Branch).
Label
)) continue;
Generated\BoundNodes.xml.Generated.cs (2)
3721
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(label, this.
Label
))
15798
new TreeDumperNode("label", node.
Label
, null),
Lowering\LocalRewriter\LocalRewriter_BreakStatement.cs (1)
15
BoundStatement result = new BoundGotoStatement(node.Syntax, node.
Label
, node.HasErrors);
Operations\CSharpOperationFactory.cs (1)
1771
ILabelSymbol target = boundBreakStatement.
Label
.GetPublicSymbol();