4 references to WhereClause
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Main.Generated.cs (1)
3550
=> SyntaxFactory.
WhereClause
(SyntaxFactory.Token(SyntaxKind.WhereKeyword), condition);
Syntax.xml.Syntax.Generated.cs (1)
4687
var newNode = SyntaxFactory.
WhereClause
(whereKeyword, condition);
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertLinq\ConvertForEachToLinqQuery\AbstractConverter.cs (1)
85
return
WhereClause
(
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
10595
=> SyntaxFactory.
WhereClause
(SyntaxFactory.Token(SyntaxKind.WhereKeyword), GenerateIdentifierName());