1 write to _outputPDBImage
Microsoft.NET.Build.Tasks (1)
RunReadyToRunCompiler.cs (1)
162
_outputPDBImage
= CompilationEntry.GetMetadata(MetadataKeys.OutputPDBImage);
4 references to _outputPDBImage
Microsoft.NET.Build.Tasks (4)
RunReadyToRunCompiler.cs (4)
175
if (string.IsNullOrEmpty(
_outputPDBImage
))
210
if (_emitSymbols && string.IsNullOrEmpty(
_outputPDBImage
))
322
result.AppendLine($"--pdb-path:{Path.GetDirectoryName(
_outputPDBImage
)}");
327
result.AppendLine($"--perfmap-path:{Path.GetDirectoryName(
_outputPDBImage
)}");