1 instantiation of BoundUsingStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\BoundNodes.xml.Generated.vb (1)
7723Dim result = New BoundUsingStatement(Me.Syntax, resourceList, resourceExpressionOpt, body, usingInfo, locals, Me.HasErrors)
24 references to BoundUsingStatement
Microsoft.CodeAnalysis.VisualBasic (24)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1973Public Overrides Function VisitUsingStatement(node As BoundUsingStatement) As BoundNode
Analysis\FlowAnalysis\DataFlowPass.vb (1)
1873Public Overrides Function VisitUsingStatement(node As BoundUsingStatement) As BoundNode
Binding\Binder_Statements.vb (1)
593Public Overrides Function VisitUsingStatement(node As BoundUsingStatement) As BoundNode
Generated\BoundNodes.xml.Generated.vb (7)
7721Public Function Update(resourceList As ImmutableArray(Of BoundLocalDeclarationBase), resourceExpressionOpt As BoundExpression, body As BoundBlock, usingInfo As UsingInfo, locals As ImmutableArray(Of LocalSymbol)) As BoundUsingStatement 9613Return VisitUsingStatement(CType(node, BoundUsingStatement), arg) 10255Public Overridable Function VisitUsingStatement(node As BoundUsingStatement, arg As A) As R 10958Public Overridable Function VisitUsingStatement(node As BoundUsingStatement) As BoundNode 11846Public Overrides Function VisitUsingStatement(node As BoundUsingStatement) As BoundNode 12906Public Overrides Function VisitUsingStatement(node As BoundUsingStatement) As BoundNode 14321Public Overrides Function VisitUsingStatement(node As BoundUsingStatement, arg As Object) As TreeDumperNode
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (3)
412Public Overrides Function CreateUsingStatementPrologue(original As BoundUsingStatement) As BoundStatement 490Dim usingStatement As BoundUsingStatement = DirectCast(statement, BoundUsingStatement)
Lowering\Instrumentation\CompoundInstrumenter.vb (3)
243Public Overrides Function CreateUsingStatementPrologue(original As BoundUsingStatement) As BoundStatement 247Public Overrides Function InstrumentUsingStatementResourceCapture(original As BoundUsingStatement, resourceIndex As Integer, rewritten As BoundStatement) As BoundStatement 251Public Overrides Function CreateUsingStatementDisposePrologue(original As BoundUsingStatement) As BoundStatement
Lowering\Instrumentation\DebugInfoInjector.vb (3)
388Public Overrides Function CreateUsingStatementPrologue(original As BoundUsingStatement) As BoundStatement 394Public Overrides Function InstrumentUsingStatementResourceCapture(original As BoundUsingStatement, resourceIndex As Integer, rewritten As BoundStatement) As BoundStatement 415Public Overrides Function CreateUsingStatementDisposePrologue(original As BoundUsingStatement) As BoundStatement
Lowering\Instrumentation\Instrumenter.vb (3)
386Public Overridable Function CreateUsingStatementPrologue(original As BoundUsingStatement) As BoundStatement 392Public Overridable Function InstrumentUsingStatementResourceCapture(original As BoundUsingStatement, resourceIndex As Integer, rewritten As BoundStatement) As BoundStatement 401Public Overridable Function CreateUsingStatementDisposePrologue(original As BoundUsingStatement) As BoundStatement
Lowering\LocalRewriter\LocalRewriter_Using.vb (2)
73Public Overrides Function VisitUsingStatement(node As BoundUsingStatement) As BoundNode 192node As BoundUsingStatement,