Hi, I'm migrating an old Mono.Cecil 0.5 code to the latest nightly, and I can't found a way to replace this code :
path = assemblyReference.MainModule.Image.FileInformation.FullName; Basically I'm trying to find the path of the assembly image. I've inspected most of the properties of AssemblyDefintion or ModuleDefinition without success. If you have any hint... -- -- mono-cecil
