2 instantiations of GetServiceIndexResponse
NuGet.Protocol (2)
Plugins\RequestHandlers\GetServiceIndexRequestHandler.cs (2)
132responsePayload = new GetServiceIndexResponse(MessageResponseCode.NotFound, serviceIndex: null); 138responsePayload = new GetServiceIndexResponse(MessageResponseCode.Success, serviceIndexJson);
2 references to GetServiceIndexResponse
NuGet.Protocol (2)
Plugins\Messages\GetServiceIndexResponse.cs (1)
30/// Initializes a new instance of the <see cref="GetServiceIndexResponse" /> class.
Plugins\RequestHandlers\GetServiceIndexRequestHandler.cs (1)
123GetServiceIndexResponse responsePayload;