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)
717if (operation.ExitLabel != null) 719LogString($" (Exit Label Id: {GetLabelId(operation.ExitLabel)})");
Compilation\TestOperationVisitor.cs (1)
429_ = operation.ExitLabel;