Esempio n. 1
0
 public MdbWriter(Guid mvid, string assembly)
 {
     this.mvid = mvid;
     this.writer = new MonoSymbolWriter (assembly);
     this.source_files = new Dictionary<string, SourceFile> ();
 }
Esempio n. 2
0
 public void Initialize(IntPtr emitter, string filename, bool fFullBuild)
 {
     msw = new MonoSymbolWriter (filename);
 }