9 references to FunctionStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Main.Generated.vb (3)
9410
Return SyntaxFactory.
FunctionStatement
(attributeLists, modifiers, SyntaxFactory.Token(SyntaxKind.FunctionKeyword), identifier, typeParameterList, parameterList, asClause, handlesClause, implementsClause)
9424
Return SyntaxFactory.
FunctionStatement
(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.FunctionKeyword), identifier, Nothing, Nothing, Nothing, Nothing, Nothing)
9438
Return SyntaxFactory.
FunctionStatement
(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.FunctionKeyword), SyntaxFactory.Identifier(identifier), Nothing, Nothing, Nothing, Nothing, Nothing)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicMakeMethodAsynchronousCodeFixProvider.vb (1)
114
Dim functionStatement = SyntaxFactory.
FunctionStatement
(
Microsoft.CodeAnalysis.VisualBasic.Features (1)
VisualBasicMakeMethodAsynchronousCodeFixProvider.vb (1)
114
Dim functionStatement = SyntaxFactory.
FunctionStatement
(
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (4)
Generated\Syntax.Test.xml.Generated.vb (4)
10892
SyntaxFactory.
FunctionStatement
(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.ExternalSourceKeyword), GenerateRedIdentifierToken(), Nothing, Nothing, Nothing, Nothing, Nothing)
10900
SyntaxFactory.
FunctionStatement
(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.ExternalSourceKeyword), GenerateRedIdentifierToken(), Nothing, Nothing, Nothing, Nothing, Nothing)
10908
SyntaxFactory.
FunctionStatement
(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.FunctionKeyword), SyntaxFactory.Token(SyntaxKind.ExternalSourceKeyword), Nothing, Nothing, Nothing, Nothing, Nothing)
10915
return SyntaxFactory.
FunctionStatement
(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.FunctionKeyword), GenerateRedIdentifierToken(), Nothing, Nothing, Nothing, Nothing, Nothing)