1 implementation of ContinueLabel
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4234
public ILabelSymbol
ContinueLabel
{ get; }
5 references to ContinueLabel
Microsoft.CodeAnalysis (5)
Operations\ControlFlowGraphBuilder.cs (4)
3588
var @continue = GetLabeledOrNewBlock(operation.
ContinueLabel
);
4514
var @continue = GetLabeledOrNewBlock(operation.
ContinueLabel
);
4754
BasicBlockBuilder @continue = GetLabeledOrNewBlock(operation.
ContinueLabel
);
5772
var @continue = GetLabeledOrNewBlock(operation.
ContinueLabel
);
Operations\OperationExtensions.cs (1)
383
operation.Target.Equals(correspondingLoop.
ContinueLabel
):