3 references to ContinueStatement
Microsoft.CodeAnalysis.CSharp (1)
Syntax\ContinueStatementSyntax.cs (1)
24=> ContinueStatement(name: null);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseLabeledJumpStatements\CSharpUseLabeledJumpStatementsCodeFixProvider.cs (1)
248: SyntaxFactory.ContinueStatement(name);
Microsoft.CodeAnalysis.CSharp.Features (1)
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseLabeledJumpStatements\CSharpUseLabeledJumpStatementsCodeFixProvider.cs (1)
248: SyntaxFactory.ContinueStatement(name);