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