1 write to ResponseCode
NuGet.Protocol (1)
Plugins\Messages\CopyFilesInPackageResponse.cs (1)
58ResponseCode = responseCode;
4 references to ResponseCode
NuGet.Protocol (4)
_generated\48\PluginJsonContext.CopyFilesInPackageResponse.g.cs (2)
80Getter = static obj => ((global::NuGet.Protocol.Plugins.CopyFilesInPackageResponse)obj).ResponseCode, 115global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::NuGet.Protocol.Plugins.CopyFilesInPackageResponse)value).ResponseCode, MessageResponseCode);
Plugins\PluginPackageReader.cs (2)
293switch (response.ResponseCode) 1040switch (response.ResponseCode)