2 references to IsPlainGoto
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Analyzers\CSharp\Analyzers\UseLabeledJumpStatements\CSharpUseLabeledJumpStatementsHelpers.cs (2)
121if (!IsPlainGoto(gotoStatement, out var labelReference)) 147if (!IsPlainGoto(candidate, out var candidateLabel) ||