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