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