4 references to EmitSequencePoint
Microsoft.CodeAnalysis.CSharp (4)
CodeGen\CodeGenerator.cs (3)
422
this.
EmitSequencePoint
(node.SyntaxTree, span);
486
EmitSequencePoint
(syntaxNode.SyntaxTree, span);
514
EmitSequencePoint
(syntax.SyntaxTree, syntax.Span);
CodeGen\EmitStatement.cs (1)
1101
this.
EmitSequencePoint
(catchBlock.SyntaxTree, spSpan);