2 writes to Label
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
3799
this.
Label
= label;
3808
this.
Label
= label;
7 references to Label
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\AbstractFlowPass.cs (1)
3315
PendingBranches.Add(new PendingBranch(node, this.State, node.
Label
));
FlowAnalysis\ExitPointsWalker.cs (1)
134
if (_labelsInside.Contains(((BoundContinueStatement)pending.Branch).
Label
)) continue;
Generated\BoundNodes.xml.Generated.cs (3)
3818
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(label, this.
Label
))
11718
LabelSymbol label = this.VisitLabelSymbol(node.
Label
);
16329
new TreeDumperNode("label", node.
Label
, null),
Lowering\LocalRewriter\LocalRewriter_ContinueStatement.cs (1)
15
BoundStatement result = new BoundGotoStatement(node.Syntax, node.
Label
, node.HasErrors);
Operations\CSharpOperationFactory.cs (1)
1828
ILabelSymbol target = boundContinueStatement.
Label
.GetPublicSymbol();