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