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