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