8 references to FilePath
dotnet-aot (7)
parent\dotnet\Commands\Tool\Common\ToolManifestFinderExtensions.cs (1)
22
return (new
FilePath
(explicitManifestFile), null);
parent\dotnet\FirstRunExperience.cs (1)
65
IFileSentinel toolPathSentinel = new FileSentinel(new
FilePath
(toolPath));
parent\dotnet\NugetPackageDownloader\NuGetPackageDownloader.cs (3)
281
if ((!_shouldUsePackageSourceMapping && !_firstPartyNuGetPackageSigningVerifier.Verify(new
FilePath
(nupkgPath), out commandOutput)) ||
282
(_shouldUsePackageSourceMapping && !FirstPartyNuGetPackageSigningVerifier.NuGetVerify(new
FilePath
(nupkgPath), out commandOutput, _currentWorkingDirectory)))
430
.Select(f => new
FilePath
(f));
parent\dotnet\ToolManifest\ToolManifestFinder.cs (1)
207
return new
FilePath
(WriteManifestFile(manifestInsertFolder));
parent\dotnet\ToolPackage\LocalToolsResolverCache.cs (1)
152
new
FilePath
(cacheRow.PathToExecutable));
Microsoft.DotNet.InternalAbstractions (1)
DirectoryPath.cs (1)
35
return new
FilePath
(Path.Combine(Value, fileName));