1 implementation of ContinueLabel
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4194
public ILabelSymbol
ContinueLabel
{ get; }
7 references to ContinueLabel
Microsoft.CodeAnalysis (5)
Operations\ControlFlowGraphBuilder.cs (4)
3578
var @continue = GetLabeledOrNewBlock(operation.
ContinueLabel
);
4503
var @continue = GetLabeledOrNewBlock(operation.
ContinueLabel
);
4743
BasicBlockBuilder @continue = GetLabeledOrNewBlock(operation.
ContinueLabel
);
5761
var @continue = GetLabeledOrNewBlock(operation.
ContinueLabel
);
Operations\OperationExtensions.cs (1)
378
operation.Target.Equals(correspondingLoop.
ContinueLabel
):
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
635
propertyStringBuilder.Append($", Continue Label Id: {GetLabelId(operation.
ContinueLabel
)}");
Compilation\TestOperationVisitor.cs (1)
361
Assert.NotNull(operation.
ContinueLabel
);