2 overrides of WithForEachKeywordCore
Microsoft.CodeAnalysis.CSharp (2)
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
7847
internal override CommonForEachStatementSyntax
WithForEachKeywordCore
(SyntaxToken forEachKeyword) => WithForEachKeyword(forEachKeyword);
7954
internal override CommonForEachStatementSyntax
WithForEachKeywordCore
(SyntaxToken forEachKeyword) => WithForEachKeyword(forEachKeyword);
1 reference to WithForEachKeywordCore
Microsoft.CodeAnalysis.CSharp (1)
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
7734
public CommonForEachStatementSyntax WithForEachKeyword(SyntaxToken forEachKeyword) =>
WithForEachKeywordCore
(forEachKeyword);