7 references to BoundSequencePointWithSpan
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\BoundNodes.xml.Generated.vb (1)
2591
Dim result = New
BoundSequencePointWithSpan
(Me.Syntax, statementOpt, span, Me.HasErrors)
Lowering\Instrumentation\DebugInfoInjector.vb (3)
142
rewritten = New
BoundSequencePointWithSpan
(createSequencePoint, rewritten, sequencePointSpan)
209
condGoto = New
BoundSequencePointWithSpan
(asSingleLine, condGoto, TextSpan.FromBounds(asSingleLine.IfKeyword.SpanStart, asSingleLine.ThenKeyword.EndPosition - 1))
250
prologue = New
BoundSequencePointWithSpan
(original.AlternativeOpt.Syntax, prologue,
Lowering\Instrumentation\DebugInfoInjector_SequencePoints.vb (2)
107
previousPrologue = New
BoundSequencePointWithSpan
(methodStatement, previousPrologue, statementSpanWithoutAttributes)
127
Return New
BoundSequencePointWithSpan
(syntax, rewrittenStatement, span)
Lowering\SyntheticBoundNodeFactory.vb (1)
1084
Return New
BoundSequencePointWithSpan
(syntax, boundStatement, textSpan)