5 references to BoundSequencePointWithSpan
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\BoundSequencePoint.cs (1)
16return new BoundSequencePointWithSpan(syntax!, statement, part.Value, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
3245var result = new BoundSequencePointWithSpan(this.Syntax, statementOpt, span, this.HasErrors);
Lowering\Instrumentation\DebugInfoInjector.cs (1)
331return new BoundSequencePointWithSpan(original.Syntax,
Lowering\SyntheticBoundNodeFactory.cs (1)
1233return new BoundSequencePointWithSpan(syntax, statement, span);
Symbols\Synthesized\SynthesizedUnionCtor.cs (1)
63statements.Add(new BoundSequencePointWithSpan(F.Syntax, statementOpt: null, Locations[0].SourceSpan)); // https://github.com/dotnet/roslyn/issues/82636: Add test coverage and verify debugging experience.