1 implementation of ExitLabel
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4731public ILabelSymbol? ExitLabel { get; }
4 references to ExitLabel
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
3650var afterTryCatchFinally = GetLabeledOrNewBlock(operation.ExitLabel);
Microsoft.CodeAnalysis.Test.Utilities (3)
Compilation\OperationTreeVerifier.cs (2)
699if (operation.ExitLabel != null) 701LogString($" (Exit Label Id: {GetLabelId(operation.ExitLabel)})");
Compilation\TestOperationVisitor.cs (1)
430_ = operation.ExitLabel;