5 references to BoundSequencePointWithSpan
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\BoundSequencePoint.cs (1)
16
return new
BoundSequencePointWithSpan
(syntax!, statement, part.Value, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
3245
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)
1233
return new
BoundSequencePointWithSpan
(syntax, statement, span);
Symbols\Synthesized\SynthesizedUnionCtor.cs (1)
63
statements.Add(new
BoundSequencePointWithSpan
(F.Syntax, statementOpt: null, Locations[0].SourceSpan)); // https://github.com/dotnet/roslyn/issues/82636: Add test coverage and verify debugging experience.