internal void EmitLineInfo(ILGenerator ilgen){ this.document.EmitLineInfo(ilgen, this.StartLine, this.StartColumn, this.EndLine, this.EndColumn); }