src\roslyn\src\Analyzers\CSharp\Analyzers\UseLabeledJumpStatements\CSharpUseLabeledJumpStatementsHelpers.cs (2)
56if (!TryCollectMultiLevelJumps(precedingConstruct, label, semanticModel, includeSwitch: true, cancellationToken, out gotos) ||
100TryCollectMultiLevelJumps(candidateLoop, label, semanticModel, includeSwitch: false, cancellationToken, out gotos) &&