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