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