4 references to GetServiceIndexResponse
NuGet.Protocol (4)
_generated\65\PluginJsonContext.GetServiceIndexResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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)
131responsePayload = new GetServiceIndexResponse(MessageResponseCode.NotFound, serviceIndexJson: (string)null); 135responsePayload = new GetServiceIndexResponse(MessageResponseCode.Success, serviceIndex.Json);