3 references to Update
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)
4740
public WhereClauseSyntax WithWhereKeyword(SyntaxToken whereKeyword) =>
Update
(whereKeyword, this.Condition);
4741
public WhereClauseSyntax WithCondition(ExpressionSyntax condition) =>
Update
(this.WhereKeyword, condition);