4 instantiations of BoundSequencePointWithSpan
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\BoundNodes.xml.Generated.vb (1)
2601Dim 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)
2599Public Function Update(statementOpt As BoundStatement, span As TextSpan) As BoundSequencePointWithSpan 9428Return VisitSequencePointWithSpan(CType(node, BoundSequencePointWithSpan), arg) 9878Public Overridable Function VisitSequencePointWithSpan(node As BoundSequencePointWithSpan, arg As A) As R 10581Public Overridable Function VisitSequencePointWithSpan(node As BoundSequencePointWithSpan) As BoundNode 11331Public Overrides Function VisitSequencePointWithSpan(node As BoundSequencePointWithSpan) As BoundNode 12326Public Overrides Function VisitSequencePointWithSpan(node As BoundSequencePointWithSpan) As BoundNode 13515Public 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)
390Dim sp = DirectCast(nodeStatements(0), BoundSequencePointWithSpan)