7 references to 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)