4 references to QueryExpressionSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
24893Return new QueryExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _clauses) 24897Return new QueryExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _clauses) 40610Return New QueryExpressionSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newClauses.Node)
Generated\Syntax.xml.Syntax.Generated.vb (1)
27099Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.QueryExpressionSyntax(kind, errors, annotations, if(clauses IsNot Nothing, clauses.Green, Nothing)), Nothing, 0)