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