2 references to Condition
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
7571
if (whereKeyword != this.WhereKeyword || condition != this.
Condition
)
28162
=> node.Update((SyntaxToken)Visit(node.WhereKeyword), (ExpressionSyntax)Visit(node.
Condition
));