8 references to FilePath
dotnet-aot (7)
parent\dotnet\Commands\Tool\Common\ToolManifestFinderExtensions.cs (1)
22return (new FilePath(explicitManifestFile), null);
parent\dotnet\FirstRunExperience.cs (1)
65IFileSentinel toolPathSentinel = new FileSentinel(new FilePath(toolPath));
parent\dotnet\NugetPackageDownloader\NuGetPackageDownloader.cs (3)
281if ((!_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)
207return new FilePath(WriteManifestFile(manifestInsertFolder));
parent\dotnet\ToolPackage\LocalToolsResolverCache.cs (1)
152new FilePath(cacheRow.PathToExecutable));
Microsoft.DotNet.InternalAbstractions (1)
DirectoryPath.cs (1)
35return new FilePath(Path.Combine(Value, fileName));