4 references to GetServiceIndexResponse
NuGet.Protocol (4)
_generated\65\PluginJsonContext.GetServiceIndexResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::NuGet.Protocol.Plugins.
GetServiceIndexResponse
((global::NuGet.Protocol.Plugins.MessageResponseCode)args[0], (string)args[1]),
Plugins\Messages\GetServiceIndexResponse.cs (1)
85
:
this
(responseCode, serviceIndex?.ToString(Formatting.None))
Plugins\RequestHandlers\GetServiceIndexRequestHandler.cs (2)
131
responsePayload = new
GetServiceIndexResponse
(MessageResponseCode.NotFound, serviceIndexJson: (string)null);
135
responsePayload = new
GetServiceIndexResponse
(MessageResponseCode.Success, serviceIndex.Json);