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