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