2 overrides of WithForEachKeywordCore
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Syntax.Generated.cs (2)
7801
internal override CommonForEachStatementSyntax
WithForEachKeywordCore
(SyntaxToken forEachKeyword) => WithForEachKeyword(forEachKeyword);
7908
internal override CommonForEachStatementSyntax
WithForEachKeywordCore
(SyntaxToken forEachKeyword) => WithForEachKeyword(forEachKeyword);
1 reference to WithForEachKeywordCore
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
7688
public CommonForEachStatementSyntax WithForEachKeyword(SyntaxToken forEachKeyword) =>
WithForEachKeywordCore
(forEachKeyword);