1 implementation of ExitLabel
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4124public ILabelSymbol ExitLabel { get; }
4 references to ExitLabel
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (1)
5474BasicBlockBuilder @break = GetLabeledOrNewBlock(operation.ExitLabel);
Operations\OperationExtensions.cs (1)
380case ISwitchOperation correspondingSwitch when operation.Target.Equals(correspondingSwitch.ExitLabel):
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
519var exitLabelStr = $", Exit Label Id: {GetLabelId(operation.ExitLabel)}";
Compilation\TestOperationVisitor.cs (1)
164Assert.NotNull(operation.ExitLabel);