2 writes to TargetPath
NuGet.Packaging (2)
PackageCreation\Authoring\EmptyFrameworkFolderFile.cs (1)
25
TargetPath
= System.IO.Path.Combine(directoryPathInPackage, PackagingConstants.PackageEmptyFileName);
PackageCreation\Authoring\PackageBuilder.cs (1)
1053
TargetPath
= ResolvePackagePath(normalizedBasePath, searchPath, result.Path, targetPath)
8 references to TargetPath
NuGet.Packaging (8)
PackageCreation\Authoring\PackageBuilder.cs (2)
1026
searchFiles.RemoveAll(file => Path.GetFileName(file.
TargetPath
) == PackagingConstants.PackageEmptyFileName
1027
&& !IsKnownFolder(file.
TargetPath
));
PackageCreation\Authoring\PhysicalPackageFile.cs (6)
63
public string Path =>
TargetPath
;
104
return
TargetPath
;
112
String.Equals(
TargetPath
, file.
TargetPath
, StringComparison.OrdinalIgnoreCase);
127
if (
TargetPath
!= null)
132
hash = hash * 4567 +
TargetPath
.GetHashCode(StringComparison.Ordinal);