7 instantiations of BoundSequencePointWithSpan
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\BoundNodes.xml.Generated.vb (1)
2591Dim result = New BoundSequencePointWithSpan(Me.Syntax, statementOpt, span, Me.HasErrors)
Lowering\Instrumentation\DebugInfoInjector.vb (3)
142rewritten = New BoundSequencePointWithSpan(createSequencePoint, rewritten, sequencePointSpan) 209condGoto = New BoundSequencePointWithSpan(asSingleLine, condGoto, TextSpan.FromBounds(asSingleLine.IfKeyword.SpanStart, asSingleLine.ThenKeyword.EndPosition - 1)) 250prologue = New BoundSequencePointWithSpan(original.AlternativeOpt.Syntax, prologue,
Lowering\Instrumentation\DebugInfoInjector_SequencePoints.vb (2)
107previousPrologue = New BoundSequencePointWithSpan(methodStatement, previousPrologue, statementSpanWithoutAttributes) 127Return New BoundSequencePointWithSpan(syntax, rewrittenStatement, span)
Lowering\SyntheticBoundNodeFactory.vb (1)
1084Return New BoundSequencePointWithSpan(syntax, boundStatement, textSpan)
14 references to BoundSequencePointWithSpan
Microsoft.CodeAnalysis.VisualBasic (14)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2367Public 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)
2589Public Function Update(statementOpt As BoundStatement, span As TextSpan) As BoundSequencePointWithSpan 9403Return VisitSequencePointWithSpan(CType(node, BoundSequencePointWithSpan), arg) 9853Public Overridable Function VisitSequencePointWithSpan(node As BoundSequencePointWithSpan, arg As A) As R 10556Public Overridable Function VisitSequencePointWithSpan(node As BoundSequencePointWithSpan) As BoundNode 11306Public Overrides Function VisitSequencePointWithSpan(node As BoundSequencePointWithSpan) As BoundNode 12301Public Overrides Function VisitSequencePointWithSpan(node As BoundSequencePointWithSpan) As BoundNode 13487Public 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)