1 implementation of ExitLabel
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4233
public ILabelSymbol
ExitLabel
{ get; }
7 references to ExitLabel
Microsoft.CodeAnalysis (5)
Operations\ControlFlowGraphBuilder.cs (4)
3581
var @break = GetLabeledOrNewBlock(operation.
ExitLabel
);
4506
var @break = GetLabeledOrNewBlock(operation.
ExitLabel
);
4746
BasicBlockBuilder? @break = GetLabeledOrNewBlock(operation.
ExitLabel
);
5755
var @break = GetLabeledOrNewBlock(operation.
ExitLabel
);
Operations\OperationExtensions.cs (1)
377
case ILoopOperation correspondingLoop when operation.Target.Equals(correspondingLoop.
ExitLabel
) ||
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
618
propertyStringBuilder.Append($", Exit Label Id: {GetLabelId(operation.
ExitLabel
)}");
Compilation\TestOperationVisitor.cs (1)
363
Assert.NotNull(operation.
ExitLabel
);