2 references to Condition
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
12245
if (attributeLists != this.AttributeLists || whileKeyword != this.WhileKeyword || openParenToken != this.OpenParenToken || condition != this.
Condition
|| closeParenToken != this.CloseParenToken || statement != this.Statement)
28309
=> node.Update(VisitList(node.AttributeLists), (SyntaxToken)Visit(node.WhileKeyword), (SyntaxToken)Visit(node.OpenParenToken), (ExpressionSyntax)Visit(node.
Condition
), (SyntaxToken)Visit(node.CloseParenToken), (StatementSyntax)Visit(node.Statement));