1 instantiation of GetPackageVersionsResponse
NuGet.Protocol (1)
_generated\63\PluginJsonContext.GetPackageVersionsResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::NuGet.Protocol.Plugins.GetPackageVersionsResponse((global::NuGet.Protocol.Plugins.MessageResponseCode)args[0], (global::System.Collections.Generic.IEnumerable<string>)args[1]),
26 references to GetPackageVersionsResponse
NuGet.Protocol (26)
_generated\63\PluginJsonContext.GetPackageVersionsResponse.g.cs (19)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.GetPackageVersionsResponse>? _GetPackageVersionsResponse; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.GetPackageVersionsResponse> GetPackageVersionsResponse 22get => _GetPackageVersionsResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.GetPackageVersionsResponse>)Options.GetTypeInfo(typeof(global::NuGet.Protocol.Plugins.GetPackageVersionsResponse)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.GetPackageVersionsResponse> Create_GetPackageVersionsResponse(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Protocol.Plugins.GetPackageVersionsResponse>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.GetPackageVersionsResponse> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::NuGet.Protocol.Plugins.GetPackageVersionsResponse> 35ConstructorAttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Plugins.GetPackageVersionsResponse).GetConstructor(InstanceMemberBindingFlags, binder: null, new[] {typeof(global::NuGet.Protocol.Plugins.MessageResponseCode), typeof(global::System.Collections.Generic.IEnumerable<string>)}, modifiers: null), 41jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::NuGet.Protocol.Plugins.GetPackageVersionsResponse>(options, objectInfo); 58DeclaringType = typeof(global::NuGet.Protocol.Plugins.GetPackageVersionsResponse), 60Getter = static obj => ((global::NuGet.Protocol.Plugins.GetPackageVersionsResponse)obj).ResponseCode, 68AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Plugins.GetPackageVersionsResponse).GetProperty("ResponseCode", InstanceMemberBindingFlags, null, typeof(global::NuGet.Protocol.Plugins.MessageResponseCode), global::System.Array.Empty<global::System.Type>(), null), 78DeclaringType = typeof(global::NuGet.Protocol.Plugins.GetPackageVersionsResponse), 80Getter = static obj => ((global::NuGet.Protocol.Plugins.GetPackageVersionsResponse)obj).Versions, 88AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Plugins.GetPackageVersionsResponse).GetProperty("Versions", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IEnumerable<string>), global::System.Array.Empty<global::System.Type>(), null), 98private void GetPackageVersionsResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::NuGet.Protocol.Plugins.GetPackageVersionsResponse? value) 109global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::NuGet.Protocol.Plugins.GetPackageVersionsResponse)value).ResponseCode, MessageResponseCode); 110global::System.Collections.Generic.IEnumerable<string> __value_Versions = ((global::NuGet.Protocol.Plugins.GetPackageVersionsResponse)value).Versions;
_generated\95\PluginJsonContext.GetJsonTypeInfo.g.cs (1)
102if (type == typeof(global::NuGet.Protocol.Plugins.GetPackageVersionsResponse))
Plugins\MessageConverter.cs (2)
96[typeof(GetPackageVersionsResponse)] = (w, p) => JsonSerializer.Serialize(w, (GetPackageVersionsResponse)p, PluginJsonContext.Default.GetPackageVersionsResponse),
Plugins\Messages\GetPackageVersionsResponse.cs (1)
31/// Initializes a new <see cref="GetPackageVersionsResponse" /> class.
Plugins\PluginJsonContext.cs (1)
28[JsonSerializable(typeof(GetPackageVersionsResponse))]
RemoteRepositories\PluginFindPackageByIdResource.cs (2)
416var response = await _plugin.Connection.SendRequestAndReceiveResponseAsync<GetPackageVersionsRequest, GetPackageVersionsResponse>(