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