6 references to FunctionAggregation
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Main.Generated.vb (3)
37918Return SyntaxFactory.FunctionAggregation(functionName, Nothing, argument, Nothing) 37930Return SyntaxFactory.FunctionAggregation(functionName, Nothing, Nothing, Nothing) 37942Return SyntaxFactory.FunctionAggregation(SyntaxFactory.Identifier(functionName), Nothing, Nothing, Nothing)
Generated\Syntax.xml.Syntax.Generated.vb (1)
27914Dim newNode = SyntaxFactory.FunctionAggregation(functionName, openParenToken, argument, closeParenToken)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
16462SyntaxFactory.FunctionAggregation(SyntaxFactory.Token(SyntaxKind.ExternalSourceKeyword), Nothing, Nothing, Nothing) 16469return SyntaxFactory.FunctionAggregation(GenerateRedIdentifierToken(), Nothing, Nothing, Nothing)