3 references to WhereClause
Microsoft.CodeAnalysis.CSharp (2)
_generated\0\Syntax.xml.Main.Generated.cs (1)
3576=> SyntaxFactory.WhereClause(SyntaxFactory.Token(SyntaxKind.WhereKeyword), condition);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4732var newNode = SyntaxFactory.WhereClause(whereKeyword, condition);
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertLinq\ConvertForEachToLinqQuery\AbstractConverter.cs (1)
85return WhereClause(