1 write to Path
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\DebugDirectory\CodeViewDebugDirectoryData.cs (1)
29Path = path;
5 references to Path
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (1)
344string candidatePath = debugDirectoryData.Path;
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (1)
344string candidatePath = debugDirectoryData.Path;
Microsoft.CodeAnalysis.Features (1)
Emit\CompilationOutputFilesWithImplicitPdbPath.cs (1)
69pdbPath = peReader.ReadCodeViewDebugDirectoryData(codeViewEntry).Path;
Microsoft.CodeAnalysis.Rebuild (1)
CompilationFactory.cs (1)
136pdbFilePath = codeView.Path ?? throw new InvalidOperationException(RebuildResources.Could_not_get_PDB_file_path);
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEReader.cs (1)
792string collocatedPdbPath = PathUtilities.CombinePathWithRelativePath(peImageDirectory, PathUtilities.GetFileName(data.Path));