1 write to _outputPDBImage
Crossgen2Tasks (1)
RunReadyToRunCompiler.cs (1)
163
_outputPDBImage
= CompilationEntry.GetMetadata(MetadataKeys.OutputPDBImage);
4 references to _outputPDBImage
Crossgen2Tasks (4)
RunReadyToRunCompiler.cs (4)
176
if (string.IsNullOrEmpty(
_outputPDBImage
))
211
if (_emitSymbols && string.IsNullOrEmpty(
_outputPDBImage
))
323
result.AppendLine($"--pdb-path:{Path.GetDirectoryName(
_outputPDBImage
)}");
328
result.AppendLine($"--perfmap-path:{Path.GetDirectoryName(
_outputPDBImage
)}");