78 references to DeclareSubStatement
Microsoft.CodeAnalysis.VisualBasic (33)
Binding\Binder_Symbols.vb (1)
454Return p.Kind = SyntaxKind.DeclareFunctionStatement OrElse p.Kind = SyntaxKind.DeclareSubStatement
Binding\BinderFactory.vb (3)
382SyntaxKind.DeclareSubStatement 478SyntaxKind.DeclareSubStatement, 534SyntaxKind.DeclareSubStatement,
Binding\MemberSemanticModel.vb (1)
367SyntaxKind.DeclareSubStatement, SyntaxKind.DeclareFunctionStatement,
Compilation\DocumentationComments\UnprocessedDocumentationCommentFinder.vb (1)
154SyntaxKind.DeclareSubStatement,
Compilation\SemanticModel.vb (1)
3300SyntaxKind.DeclareSubStatement, SyntaxKind.DeclareFunctionStatement
Declarations\DeclarationTreeBuilder.vb (1)
659SyntaxKind.SubNewStatement, SyntaxKind.DeclareSubStatement,
Generated\Syntax.xml.Internal.Generated.vb (2)
36345Return New DeclareStatementSyntax(SyntaxKind.DeclareSubStatement, attributeLists.Node, modifiers.Node, declareKeyword, charsetKeyword, subOrFunctionKeyword, identifier, libKeyword, libraryName, aliasKeyword, aliasName, parameterList, asClause) 48411Return New DeclareStatementSyntax(SyntaxKind.DeclareSubStatement, attributeLists.Node, modifiers.Node, declareKeyword, charsetKeyword, subOrFunctionKeyword, identifier, libKeyword, libraryName, aliasKeyword, aliasName, parameterList, asClause, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (6)
9711Return New DeclareStatementSyntax(SyntaxKind.DeclareSubStatement, Nothing, Nothing, attributeLists.Node, modifiers.Node, DirectCast(declareKeyword.Node, InternalSyntax.KeywordSyntax), DirectCast(charsetKeyword.Node, InternalSyntax.KeywordSyntax), DirectCast(subOrFunctionKeyword.Node, InternalSyntax.KeywordSyntax), DirectCast(identifier.Node, InternalSyntax.IdentifierTokenSyntax), DirectCast(libKeyword.Node, InternalSyntax.KeywordSyntax), libraryName, DirectCast(aliasKeyword.Node, InternalSyntax.KeywordSyntax), aliasName, parameterList, asClause) 10025Case SyntaxKind.DeclareSubStatement 35840SyntaxKind.DeclareSubStatement, 36134SyntaxKind.DeclareSubStatement, 36436SyntaxKind.DeclareSubStatement, 44172SyntaxKind.DeclareSubStatement,
Generated\Syntax.xml.Syntax.Generated.vb (1)
7218''' <item><description><see cref="SyntaxKind.DeclareSubStatement"/></description></item>
Parser\BlockContexts\DeclarationContext.vb (2)
218SyntaxKind.DeclareSubStatement, 289SyntaxKind.DeclareSubStatement,
Parser\BlockContexts\ExecutableStatementContext.vb (1)
129SyntaxKind.DeclareSubStatement,
Parser\ParseExpression.vb (1)
1853SyntaxKind.DeclareSubStatement,
Parser\Parser.vb (2)
5057externalKind = SyntaxKind.DeclareSubStatement 5066externalKind = SyntaxKind.DeclareSubStatement
src\roslyn\src\Compilers\VisualBasic\BasicAnalyzerDriver\VisualBasicDeclarationComputer.vb (1)
260Case SyntaxKind.DeclareSubStatement, SyntaxKind.DeclareFunctionStatement
Symbols\Source\SourceMemberContainerTypeSymbol.vb (2)
2580SyntaxKind.DeclareSubStatement, 2706Case SyntaxKind.DeclareSubStatement, SyntaxKind.DeclareFunctionStatement
Symbols\Source\SourceMethodSymbol.vb (6)
255If syntax.Kind = SyntaxKind.DeclareSubStatement Then 872Case SyntaxKind.DeclareSubStatement, SyntaxKind.DeclareFunctionStatement 918Case SyntaxKind.DeclareSubStatement, SyntaxKind.DeclareFunctionStatement 2252Case SyntaxKind.DeclareSubStatement, SyntaxKind.DeclareFunctionStatement 2274Case SyntaxKind.DeclareSubStatement, SyntaxKind.DeclareFunctionStatement 2310SyntaxKind.DeclareSubStatement
Syntax\SyntaxNodePartials.vb (1)
103Case SyntaxKind.DeclareSubStatement, SyntaxKind.DeclareFunctionStatement
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (10)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\StatementSyntaxExtensions.vb (9)
62SyntaxKind.DeclareSubStatement, 139Case SyntaxKind.DeclareSubStatement, 205SyntaxKind.DeclareSubStatement, 291Case SyntaxKind.DeclareSubStatement, 341Case SyntaxKind.DeclareSubStatement, 359Case SyntaxKind.DeclareSubStatement, 443SyntaxKind.DeclareSubStatement, 527SyntaxKind.DeclareSubStatement 616SyntaxKind.DeclareSubStatement
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxNodeExtensions.vb (1)
1120Case SyntaxKind.DeclareSubStatement,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\CodeGeneration\VisualBasicCodeGenerationService.vb (1)
707Case SyntaxKind.DeclareSubStatement, SyntaxKind.DeclareFunctionStatement
Microsoft.CodeAnalysis.VisualBasic.Features (8)
DocumentationComments\VisualBasicDocumentationCommentSnippetService.vb (1)
63SyntaxKind.DeclareSubStatement
EditAndContinue\SyntaxComparer.vb (2)
776Case SyntaxKind.DeclareSubStatement, SyntaxKind.DeclareFunctionStatement 1243Case SyntaxKind.DeclareSubStatement,
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (4)
1139SyntaxKind.DeclareSubStatement, 1338Case SyntaxKind.DeclareSubStatement, 1355Case SyntaxKind.DeclareSubStatement, 1515SyntaxKind.DeclareSubStatement,
src\roslyn\src\Compilers\VisualBasic\BasicAnalyzerDriver\VisualBasicDeclarationComputer.vb (1)
260Case SyntaxKind.DeclareSubStatement, SyntaxKind.DeclareFunctionStatement
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\BasicSpecifyMarshalingForPInvokeStringArguments.Fixer.vb (1)
29node.IsKind(SyntaxKind.DeclareSubStatement)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (14)
CodeGeneration\VisualBasicSyntaxGenerator.vb (3)
2260Case SyntaxKind.DeclareSubStatement 2348SyntaxKind.DeclareSubStatement, 2720Case SyntaxKind.DeclareSubStatement,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\StatementSyntaxExtensions.vb (9)
62SyntaxKind.DeclareSubStatement, 139Case SyntaxKind.DeclareSubStatement, 205SyntaxKind.DeclareSubStatement, 291Case SyntaxKind.DeclareSubStatement, 341Case SyntaxKind.DeclareSubStatement, 359Case SyntaxKind.DeclareSubStatement, 443SyntaxKind.DeclareSubStatement, 527SyntaxKind.DeclareSubStatement 616SyntaxKind.DeclareSubStatement
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxNodeExtensions.vb (1)
1120Case SyntaxKind.DeclareSubStatement,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\CodeGeneration\VisualBasicCodeGenerationService.vb (1)
707Case SyntaxKind.DeclareSubStatement, SyntaxKind.DeclareFunctionStatement
Roslyn.Diagnostics.VisualBasic.Analyzers (11)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\StatementSyntaxExtensions.vb (9)
62SyntaxKind.DeclareSubStatement, 139Case SyntaxKind.DeclareSubStatement, 205SyntaxKind.DeclareSubStatement, 291Case SyntaxKind.DeclareSubStatement, 341Case SyntaxKind.DeclareSubStatement, 359Case SyntaxKind.DeclareSubStatement, 443SyntaxKind.DeclareSubStatement, 527SyntaxKind.DeclareSubStatement 616SyntaxKind.DeclareSubStatement
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxNodeExtensions.vb (1)
1120Case SyntaxKind.DeclareSubStatement,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\CodeGeneration\VisualBasicCodeGenerationService.vb (1)
707Case SyntaxKind.DeclareSubStatement, SyntaxKind.DeclareFunctionStatement