1 write to _targetPath
NuGet.Packaging (1)
PackageCreation\Authoring\PhysicalPackageFile.cs (1)
51
_targetPath
= value;
3 references to _targetPath
NuGet.Packaging (3)
PackageCreation\Authoring\PhysicalPackageFile.cs (3)
45
return
_targetPath
!;
49
if (string.Compare(
_targetPath
, value, StringComparison.OrdinalIgnoreCase) != 0)
53
NuGetFramework = FrameworkNameUtility.ParseNuGetFrameworkFromFilePath(
_targetPath
!, out effectivePath);