2 implementations of Label
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (2)
8172
public ILabelSymbol?
Label
{ get; }
8196
public new ILabelSymbol
Label
=> base.Label!;
2 references to Label
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
5523
Debug.Assert(section.Clauses.All(c => c.
Label
== null));
5553
BasicBlockBuilder labeled = GetLabeledOrNewBlock(caseClause.
Label
);