1 implementation of ExitLabel
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4235public ILabelSymbol ExitLabel { get; }
5 references to ExitLabel
Microsoft.CodeAnalysis (5)
Operations\ControlFlowGraphBuilder.cs (4)
3589var @break = GetLabeledOrNewBlock(operation.ExitLabel); 4515var @break = GetLabeledOrNewBlock(operation.ExitLabel); 4755BasicBlockBuilder? @break = GetLabeledOrNewBlock(operation.ExitLabel); 5764var @break = GetLabeledOrNewBlock(operation.ExitLabel);
Operations\OperationExtensions.cs (1)
382case ILoopOperation correspondingLoop when operation.Target.Equals(correspondingLoop.ExitLabel) ||