1 implementation of ExitLabel
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4164public ILabelSymbol ExitLabel { get; }
2 references to ExitLabel
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (1)
5485BasicBlockBuilder @break = GetLabeledOrNewBlock(operation.ExitLabel);
Operations\OperationExtensions.cs (1)
385case ISwitchOperation correspondingSwitch when operation.Target.Equals(correspondingSwitch.ExitLabel):