4 references to EmitSequencePoint
Microsoft.CodeAnalysis.CSharp (4)
CodeGen\CodeGenerator.cs (3)
417this.EmitSequencePoint(node.SyntaxTree, span); 481EmitSequencePoint(syntaxNode.SyntaxTree, span); 509EmitSequencePoint(syntax.SyntaxTree, syntax.Span);
CodeGen\EmitStatement.cs (1)
1079this.EmitSequencePoint(catchBlock.SyntaxTree, spSpan);