2 references to GetServiceIndexResponse
NuGet.Protocol (2)
Plugins\RequestHandlers\GetServiceIndexRequestHandler.cs (2)
132
responsePayload = new
GetServiceIndexResponse
(MessageResponseCode.NotFound, serviceIndex: null);
138
responsePayload = new
GetServiceIndexResponse
(MessageResponseCode.Success, serviceIndexJson);