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