2 instantiations of TextMap
Mono.Cecil (2)
Mono.Cecil\AssemblyWriter.cs (2)
952 this.text_map = new TextMap (); 987 var map = new TextMap ();
6 references to TextMap
Mono.Cecil (6)
Mono.Cecil.PE\ImageWriter.cs (3)
25 readonly TextMap text_map; 697 var map = text_map; 755 var map = text_map;
Mono.Cecil\AssemblyWriter.cs (3)
831 readonly internal TextMap text_map; 985 TextMap CreateTextMap () 987 var map = new TextMap ();