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