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)
1052
SourcePath = result.
Path
,
1053
TargetPath = ResolvePackagePath(normalizedBasePath, searchPath, result.
Path
, targetPath)
1055
: new EmptyFrameworkFolderFile(ResolvePackagePath(normalizedBasePath, searchPath, result.
Path
, targetPath))
1057
SourcePath = result.
Path