1 write to _outputPDBImage
Microsoft.NET.Build.Tasks (1)
RunReadyToRunCompiler.cs (1)
168
_outputPDBImage
= CompilationEntry.GetMetadata(MetadataKeys.OutputPDBImage);
4 references to _outputPDBImage
Microsoft.NET.Build.Tasks (4)
RunReadyToRunCompiler.cs (4)
181
if (string.IsNullOrEmpty(
_outputPDBImage
))
216
if (_emitSymbols && string.IsNullOrEmpty(
_outputPDBImage
))
330
result.AppendLine($"--pdb-path:{Path.GetDirectoryName(
_outputPDBImage
)}");
335
result.AppendLine($"--perfmap-path:{Path.GetDirectoryName(
_outputPDBImage
)}");