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