1 write to _outputPDBImage
Crossgen2Tasks (1)
RunReadyToRunCompiler.cs (1)
164
_outputPDBImage
= CompilationEntry.GetMetadata(MetadataKeys.OutputPDBImage);
4 references to _outputPDBImage
Crossgen2Tasks (4)
RunReadyToRunCompiler.cs (4)
177
if (string.IsNullOrEmpty(
_outputPDBImage
))
212
if (_emitSymbols && string.IsNullOrEmpty(
_outputPDBImage
))
324
result.AppendLine($"--pdb-path:{Path.GetDirectoryName(
_outputPDBImage
)}");
329
result.AppendLine($"--perfmap-path:{Path.GetDirectoryName(
_outputPDBImage
)}");