4 references to PartitionWhileClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
26650
Return new
PartitionWhileClauseSyntax
(Me.Kind, newErrors, GetAnnotations, _skipOrTakeKeyword, _whileKeyword, _condition)
26654
Return new
PartitionWhileClauseSyntax
(Me.Kind, GetDiagnostics, annotations, _skipOrTakeKeyword, _whileKeyword, _condition)
40804
Return New
PartitionWhileClauseSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newSkipOrTakeKeyword, newWhileKeyword, newCondition)
Generated\Syntax.xml.Syntax.Generated.vb (1)
28676
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
PartitionWhileClauseSyntax
(kind, errors, annotations, skipOrTakeKeyword, whileKeyword, DirectCast(condition.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExpressionSyntax)), Nothing, 0)