3 references to FunctionAggregation
Microsoft.CodeAnalysis.VisualBasic (3)
Parser\ParseQuery.vb (3)
95
Return SyntaxFactory.
FunctionAggregation
(curIdent, Nothing, Nothing, Nothing)
122
aggregateFunc = SyntaxFactory.
FunctionAggregation
(aggName, lParen, arg, rParen)
124
aggregateFunc = SyntaxFactory.
FunctionAggregation
(aggName, Nothing, Nothing, Nothing)