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