4 references to WhileStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
17104
Return new
WhileStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _whileKeyword, _condition)
17108
Return new
WhileStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _whileKeyword, _condition)
39691
Return New
WhileStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newWhileKeyword, newCondition)
Generated\Syntax.xml.Syntax.Generated.vb (1)
18479
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
WhileStatementSyntax
(kind, errors, annotations, whileKeyword, DirectCast(condition.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExpressionSyntax)), Nothing, 0)