2 references to TryCollectMultiLevelJumps
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
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) &&