1 write to _tempSourceDllName
ILCompiler.Diagnostics (1)
PdbWriter.cs (1)
187_tempSourceDllName = Path.Combine(Path.GetDirectoryName(dllPath), dllNameWithoutExtension + ".ni" + Path.GetExtension(dllPath));
4 references to _tempSourceDllName
ILCompiler.Diagnostics (4)
PdbWriter.cs (4)
141if (_tempSourceDllName != null) 145File.Delete(_tempSourceDllName); 188File.Copy(dllPath, _tempSourceDllName, overwrite: true); 189dllPath = _tempSourceDllName;