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)
141
if (
_tempSourceDllName
!= null)
145
File.Delete(
_tempSourceDllName
);
188
File.Copy(dllPath,
_tempSourceDllName
, overwrite: true);
189
dllPath =
_tempSourceDllName
;