42 references to WhereClause
Microsoft.CodeAnalysis.CSharp (16)
Syntax.xml.Internal.Generated.cs (4)
29921var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.WhereClause, whereKeyword, condition, this.context, out hash);
29924var result = new WhereClauseSyntax(SyntaxKind.WhereClause, whereKeyword, condition, this.context);
35288var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.WhereClause, whereKeyword, condition, out hash);
35291var result = new WhereClauseSyntax(SyntaxKind.WhereClause, whereKeyword, condition);
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp.Features (12)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (8)
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Roslyn.Diagnostics.CSharp.Analyzers (2)