1 implementation of ExitLabel
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4771public ILabelSymbol? ExitLabel { get; }
1 reference to ExitLabel
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
3660var afterTryCatchFinally = GetLabeledOrNewBlock(operation.ExitLabel);