5 references to EmitSequencePoint
Microsoft.CodeAnalysis.CSharp (5)
CodeGen\CodeGenerator.cs (4)
341
EmitSequencePoint
(blockSyntax.SyntaxTree, blockSyntax.CloseBraceToken.Span);
420
this.
EmitSequencePoint
(node.SyntaxTree, span);
484
EmitSequencePoint
(syntaxNode.SyntaxTree, span);
512
EmitSequencePoint
(syntax.SyntaxTree, syntax.Span);
CodeGen\EmitStatement.cs (1)
1101
this.
EmitSequencePoint
(catchBlock.SyntaxTree, spSpan);