26 references to UsingStatement
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\ControlFlowGraphVerifier.cs (1)
1278case VisualBasic.SyntaxKind.UsingStatement:
Microsoft.CodeAnalysis.VisualBasic (14)
Binding\MemberSemanticModel.vb (1)
361SyntaxKind.UsingStatement,
Generated\Syntax.xml.Internal.Generated.vb (4)
48391Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.UsingStatement, usingKeyword, expression, variables.Node, hash) 48396Dim result = New UsingStatementSyntax(SyntaxKind.UsingStatement, usingKeyword, expression, variables.Node) 60469Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.UsingStatement, usingKeyword, expression, variables.Node, _factoryContext, hash) 60474Dim 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)
494Case 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)
VisualBasicSyntaxKinds.vb (1)
141Public ReadOnly Property UsingStatement As Integer = SyntaxKind.UsingStatement Implements ISyntaxKinds.UsingStatement
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
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)
414Case SyntaxKind.UsingStatement
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
2680SyntaxKind.UsingStatement
Microsoft.CodeAnalysis.VisualBasic.Workspaces (5)
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
849n.Kind = SyntaxKind.UsingStatement OrElse
Simplification\Reducers\VisualBasicVariableDeclaratorReducer.vb (2)
62SyntaxKind.UsingStatement, 80If (parent.IsKind(SyntaxKind.LocalDeclarationStatement, SyntaxKind.UsingStatement) AndAlso
VisualBasicSyntaxKinds.vb (1)
141Public ReadOnly Property UsingStatement As Integer = SyntaxKind.UsingStatement Implements ISyntaxKinds.UsingStatement
VisualBasicTypeInferenceService.TypeInferrer.vb (1)
604If variableDeclarator.AsClause Is Nothing AndAlso variableDeclarator.IsParentKind(SyntaxKind.UsingStatement) Then