2 references to GetLabelScope
Microsoft.CodeAnalysis.CSharp.Features (2)
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseLabeledJumpStatements\CSharpUseLabeledJumpStatementsCodeFixProvider.cs (2)
128
var scope =
GetLabelScope
(labelDeclaration, cancellationToken);
204
foreach (var labeled in
GetLabelScope
(loop, cancellationToken).DescendantNodes().OfType<LabeledStatementSyntax>())