1 write to DestinationFolderPath
NuGet.Protocol (1)
Plugins\Messages\CopyFilesInPackageRequest.cs (1)
103
DestinationFolderPath
= destinationFolderPath;
2 references to DestinationFolderPath
NuGet.Protocol (2)
_generated\47\PluginJsonContext.CopyFilesInPackageRequest.g.cs (2)
60
Getter = static obj => ((global::NuGet.Protocol.Plugins.CopyFilesInPackageRequest)obj).
DestinationFolderPath
,
168
string __value_DestinationFolderPath = ((global::NuGet.Protocol.Plugins.CopyFilesInPackageRequest)value).
DestinationFolderPath
;