7 references to BoundSequencePoint
Microsoft.CodeAnalysis.CSharp (7)
BoundTree\BoundSequencePoint.cs (3)
21return new BoundSequencePoint(syntax!, statement, hasErrors); 28return new BoundSequencePoint(syntax!, statementOpt, hasErrors) { WasCompilerGenerated = wasCompilerGenerated }; 34return new BoundSequencePoint(null!, statementOpt, hasErrors) { WasCompilerGenerated = true };
Generated\BoundNodes.xml.Generated.cs (1)
3162var result = new BoundSequencePoint(this.Syntax, statementOpt, this.HasErrors);
Lowering\Instrumentation\DebugInfoInjector.cs (1)
420return new BoundSequencePoint(original.Syntax, rewritten);
Lowering\Instrumentation\DebugInfoInjector_SequencePoints.cs (1)
17return new BoundSequencePoint(node.Syntax, node);
Lowering\SyntheticBoundNodeFactory.cs (1)
1194return new BoundSequencePoint(syntax, statement);