1 write to _pdbPath
ILCompiler.Diagnostics (1)
PdbWriter.cs (1)
110
_pdbPath
= pdbPath;
2 references to _pdbPath
ILCompiler.Diagnostics (2)
PdbWriter.cs (2)
175
_pdbFilePath = Path.Combine(
_pdbPath
, dllNameWithoutExtension + ".pdb");
190
_pdbFilePath = Path.Combine(
_pdbPath
, dllNameWithoutExtension + ".ni.pdb");