2 writes to Label
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
3739
this.
Label
= label;
3748
this.
Label
= label;
6 references to Label
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\AbstractFlowPass.cs (1)
3229
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 (2)
3758
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(label, this.
Label
))
15804
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)
1762
ILabelSymbol target = boundContinueStatement.
Label
.GetPublicSymbol();