27 references to UsingStatement
Microsoft.CodeAnalysis.VisualBasic (14)
Binding\MemberSemanticModel.vb (1)
360SyntaxKind.UsingStatement,
Generated\Syntax.xml.Internal.Generated.vb (4)
40451Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.UsingStatement, usingKeyword, expression, variables.Node, hash) 40456Dim result = New UsingStatementSyntax(SyntaxKind.UsingStatement, usingKeyword, expression, variables.Node) 52517Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.UsingStatement, usingKeyword, expression, variables.Node, _factoryContext, hash) 52522Dim result = New UsingStatementSyntax(SyntaxKind.UsingStatement, usingKeyword, expression, variables.Node, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (5)
12860Case SyntaxKind.UsingStatement 20073Return New UsingStatementSyntax(SyntaxKind.UsingStatement, Nothing, Nothing, DirectCast(usingKeyword.Node, InternalSyntax.KeywordSyntax), expression, variables.Node) 35918SyntaxKind.UsingStatement, 36212SyntaxKind.UsingStatement, 36514SyntaxKind.UsingStatement,
Generated\Syntax.xml.Syntax.Generated.vb (1)
19787''' <item><description><see cref="SyntaxKind.UsingStatement"/></description></item>
Parser\BlockContexts\BlockContext.vb (1)
495Case SyntaxKind.UsingStatement
Syntax\InternalSyntax\SyntaxNodeExtensions.vb (1)
831SyntaxKind.UsingStatement,
Syntax\SyntaxBindingUtilities.vb (1)
19node.IsKind(SyntaxKind.ModifiedIdentifier) AndAlso node.Parent.IsKind(SyntaxKind.VariableDeclarator) AndAlso node.Parent.Parent.IsKind(SyntaxKind.UsingStatement) OrElse
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
163Public ReadOnly Property UsingStatement As Integer = SyntaxKind.UsingStatement Implements ISyntaxKinds.UsingStatement
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
604If variableDeclarator.AsClause Is Nothing AndAlso variableDeclarator.IsParentKind(SyntaxKind.UsingStatement) Then
Microsoft.CodeAnalysis.VisualBasic.Features (4)
Completion\CompletionProviders\VisualBasicSuggestionModeCompletionProvider.vb (1)
105targetToken.Parent.IsKind(SyntaxKind.UsingStatement) Then
EditAndContinue\BreakpointSpans.vb (1)
126SyntaxKind.UsingStatement,
EditAndContinue\SyntaxComparer.vb (1)
412Case SyntaxKind.UsingStatement
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
2187SyntaxKind.UsingStatement
Microsoft.CodeAnalysis.VisualBasic.Workspaces (5)
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
858n.Kind = SyntaxKind.UsingStatement OrElse
Simplification\Reducers\VisualBasicVariableDeclaratorReducer.vb (2)
61SyntaxKind.UsingStatement, 79If (parent.IsKind(SyntaxKind.LocalDeclarationStatement, SyntaxKind.UsingStatement) AndAlso
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
604If variableDeclarator.AsClause Is Nothing AndAlso variableDeclarator.IsParentKind(SyntaxKind.UsingStatement) Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
163Public ReadOnly Property UsingStatement As Integer = SyntaxKind.UsingStatement Implements ISyntaxKinds.UsingStatement
Roslyn.Diagnostics.VisualBasic.Analyzers (2)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
604If variableDeclarator.AsClause Is Nothing AndAlso variableDeclarator.IsParentKind(SyntaxKind.UsingStatement) Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
163Public ReadOnly Property UsingStatement As Integer = SyntaxKind.UsingStatement Implements ISyntaxKinds.UsingStatement