2 references to IsGotoOrLabeledStatement
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Analyzers\CSharp\Analyzers\UseSimpleUsingStatement\UseSimpleUsingStatementDiagnosticAnalyzer.cs (2)
204if (IsGotoOrLabeledStatement(priorStatement)) 214if (IsGotoOrLabeledStatement(statement))