3 references to WithForEachKeyword
Microsoft.CodeAnalysis.CSharp (1)
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
7954
internal override CommonForEachStatementSyntax WithForEachKeywordCore(SyntaxToken forEachKeyword) =>
WithForEachKeyword
(forEachKeyword);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeStatementAsynchronous\CSharpMakeStatementAsynchronousCodeFixProvider.cs (1)
74
.
WithForEachKeyword
(forEachDeconstruction.ForEachKeyword.WithLeadingTrivia())
Microsoft.CodeAnalysis.CSharp.Features (1)
src\roslyn\src\Analyzers\CSharp\CodeFixes\MakeStatementAsynchronous\CSharpMakeStatementAsynchronousCodeFixProvider.cs (1)
74
.
WithForEachKeyword
(forEachDeconstruction.ForEachKeyword.WithLeadingTrivia())