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