5 references to EmitSequencePoint
Microsoft.CodeAnalysis.CSharp (5)
CodeGen\CodeGenerator.cs (4)
322
EmitSequencePoint
(blockSyntax.SyntaxTree, blockSyntax.CloseBraceToken.Span);
401
this.
EmitSequencePoint
(node.SyntaxTree, span);
465
EmitSequencePoint
(syntaxTree, span);
493
EmitSequencePoint
(syntax.SyntaxTree, syntax.Span);
CodeGen\EmitStatement.cs (1)
1054
this.
EmitSequencePoint
(catchBlock.SyntaxTree, spSpan);