4 references to WhereKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\0\Syntax.xml.Main.Generated.cs (1)
1750
=> node.Update(VisitToken(node.
WhereKeyword
), (ExpressionSyntax?)Visit(node.Condition) ?? throw new ArgumentNullException("condition"));
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
4730
if (whereKeyword != this.
WhereKeyword
|| condition != this.Condition)
4741
public WhereClauseSyntax WithCondition(ExpressionSyntax condition) => Update(this.
WhereKeyword
, condition);
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1895
return ((WhereClauseSyntax)node).
WhereKeyword
.Span;