4 references to BoundSequencePointWithSpan
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\BoundSequencePoint.cs (1)
16
return new
BoundSequencePointWithSpan
(syntax!, statement, part.Value, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
3190
var result = new
BoundSequencePointWithSpan
(this.Syntax, statementOpt, span, this.HasErrors);
Lowering\Instrumentation\DebugInfoInjector.cs (1)
331
return new
BoundSequencePointWithSpan
(original.Syntax,
Lowering\SyntheticBoundNodeFactory.cs (1)
1199
return new
BoundSequencePointWithSpan
(syntax, statement, span);