4 references to OrderingSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
27823
Return new
OrderingSyntax
(Me.Kind, newErrors, GetAnnotations, _expression, _ascendingOrDescendingKeyword)
27827
Return new
OrderingSyntax
(Me.Kind, GetDiagnostics, annotations, _expression, _ascendingOrDescendingKeyword)
40939
Return New
OrderingSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newExpression, newAscendingOrDescendingKeyword)
Generated\Syntax.xml.Syntax.Generated.vb (1)
30156
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
OrderingSyntax
(kind, errors, annotations, DirectCast(expression.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExpressionSyntax), ascendingOrDescendingKeyword), Nothing, 0)