1 write to UsingStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\UsingInfo.vb (1)
39
Me.
UsingStatementSyntax
= usingStatementSyntax
3 references to UsingStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\Instrumentation\DebugInfoInjector.vb (1)
391
Return New BoundSequencePoint(original.UsingInfo.
UsingStatementSyntax
.UsingStatement, MyBase.CreateUsingStatementPrologue(original))
Lowering\LocalRewriter\LocalRewriter_Using.vb (2)
167
Return New BoundStatementList(node.UsingInfo.
UsingStatementSyntax
, ImmutableArray.Create(Of BoundStatement)(prologue, currentBody))
169
Return New BoundStatementList(node.UsingInfo.
UsingStatementSyntax
, ImmutableArray.Create(Of BoundStatement)(currentBody))