2 references to CopyFilesInPackageResponse
NuGet.Protocol (2)
Plugins\MessageConverter.cs (2)
47
[(MessageMethod.CopyFilesInPackage, MessageType.Response)] = e => e.Deserialize(PluginJsonContext.Default.
CopyFilesInPackageResponse
),
88
[typeof(CopyFilesInPackageResponse)] = (w, p) => JsonSerializer.Serialize(w, (CopyFilesInPackageResponse)p, PluginJsonContext.Default.
CopyFilesInPackageResponse
),