4 instantiations of BoundSequencePointWithSpan
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\BoundNodes.xml.Generated.vb (1)
2610Dim result = New BoundSequencePointWithSpan(Me.Syntax, statementOpt, span, Me.HasErrors)
Lowering\Instrumentation\DebugInfoInjector.vb (1)
142rewritten = New BoundSequencePointWithSpan(createSequencePoint, rewritten, sequencePointSpan)
Lowering\Instrumentation\DebugInfoInjector_SequencePoints.vb (1)
127Return New BoundSequencePointWithSpan(syntax, rewrittenStatement, span)
Lowering\SyntheticBoundNodeFactory.vb (1)
1118Return New BoundSequencePointWithSpan(syntax, boundStatement, textSpan)
14 references to BoundSequencePointWithSpan
Microsoft.CodeAnalysis.VisualBasic (14)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2383Public Overrides Function VisitSequencePointWithSpan(node As BoundSequencePointWithSpan) As BoundNode
BoundTree\BoundTreeVisitor.vb (1)
50Return VisitSequencePointWithSpan(CType(node, BoundSequencePointWithSpan), arg)
CodeGen\CodeGenerator.vb (1)
257Private Sub EmitSequencePointStatement(node As BoundSequencePointWithSpan)
CodeGen\EmitStatement.vb (1)
27EmitSequencePointStatement(DirectCast(statement, BoundSequencePointWithSpan))
Generated\BoundNodes.xml.Generated.vb (7)
2608Public Function Update(statementOpt As BoundStatement, span As TextSpan) As BoundSequencePointWithSpan 9437Return VisitSequencePointWithSpan(CType(node, BoundSequencePointWithSpan), arg) 9887Public Overridable Function VisitSequencePointWithSpan(node As BoundSequencePointWithSpan, arg As A) As R 10590Public Overridable Function VisitSequencePointWithSpan(node As BoundSequencePointWithSpan) As BoundNode 11340Public Overrides Function VisitSequencePointWithSpan(node As BoundSequencePointWithSpan) As BoundNode 12335Public Overrides Function VisitSequencePointWithSpan(node As BoundSequencePointWithSpan) As BoundNode 13524Public Overrides Function VisitSequencePointWithSpan(node As BoundSequencePointWithSpan, arg As Object) As TreeDumperNode
Lowering\LocalRewriter\LocalRewriter.vb (1)
452Public Overrides Function VisitSequencePointWithSpan(node As BoundSequencePointWithSpan) As BoundNode
Lowering\LocalRewriter\LocalRewriter_Try.vb (1)
60Dim sequence = DirectCast(statement, BoundSequencePointWithSpan)
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (1)
391Dim sp = DirectCast(nodeStatements(0), BoundSequencePointWithSpan)