1 write to Path
NuGet.Common (1)
PathUtil\PathResolver.cs (1)
254
Path
= path;
5 references to Path
NuGet.Common (1)
PathUtil\PathResolver.cs (1)
110
return searchResults.Select(s => s.
Path
);
NuGet.Packaging (4)
PackageCreation\Authoring\PackageBuilder.cs (4)
1023
SourcePath = result.
Path
,
1024
TargetPath = ResolvePackagePath(normalizedBasePath, searchPath, result.
Path
, targetPath)
1026
: new EmptyFrameworkFolderFile(ResolvePackagePath(normalizedBasePath, searchPath, result.
Path
, targetPath))
1028
SourcePath = result.
Path