When weaving SyncVars it was possible for the threaded ILPostProcessor to be trying to access a dependency DLL at the same time as another thread.
Going to use Mirrors ILPostProcessorAssemblyResolver which uses ConcurrentDictionaries and retry + wait behavour to get around any Windows file locks.
Minor modifications to ILPostProcessorAssemblyResolver, slot in with out existing code.
Editor + Build