2 references to GetServiceIndexResponse
NuGet.Protocol (2)
Plugins\MessageConverter.cs (2)
26
[(MessageMethod.GetServiceIndex, MessageType.Response)] = e => e.Deserialize(PluginJsonContext.Default.
GetServiceIndexResponse
),
74
[typeof(GetServiceIndexResponse)] = (w, p) => JsonSerializer.Serialize(w, (GetServiceIndexResponse)p, PluginJsonContext.Default.
GetServiceIndexResponse
),