2 references to AggregationRangeVariable
Microsoft.CodeAnalysis.VisualBasic (1)
Parser\ParseQuery.vb (1)
673
rangeVariables.Add(InternalSyntaxFactory.
AggregationRangeVariable
(Nothing, SyntaxFactory.FunctionAggregation(InternalSyntaxFactory.MissingIdentifier(), Nothing, Nothing, Nothing)))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
1176
return InternalSyntax.SyntaxFactory.
AggregationRangeVariable
(Nothing, GenerateGreenFunctionAggregation())