1 instantiation of GetPackageVersionsResponse
NuGet.Protocol (1)
_generated\63\PluginJsonContext.GetPackageVersionsResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
GetPackageVersionsResponse
>? _GetPackageVersionsResponse;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
GetPackageVersionsResponse
> GetPackageVersionsResponse
22
get => _GetPackageVersionsResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
GetPackageVersionsResponse
>)Options.GetTypeInfo(typeof(global::NuGet.Protocol.Plugins.
GetPackageVersionsResponse
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
GetPackageVersionsResponse
> Create_GetPackageVersionsResponse(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Protocol.Plugins.
GetPackageVersionsResponse
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Plugins.
GetPackageVersionsResponse
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::NuGet.Protocol.Plugins.
GetPackageVersionsResponse
>
35
ConstructorAttributeProviderFactory = 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),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::NuGet.Protocol.Plugins.
GetPackageVersionsResponse
>(options, objectInfo);
58
DeclaringType = typeof(global::NuGet.Protocol.Plugins.
GetPackageVersionsResponse
),
60
Getter = static obj => ((global::NuGet.Protocol.Plugins.
GetPackageVersionsResponse
)obj).ResponseCode,
68
AttributeProviderFactory = 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),
78
DeclaringType = typeof(global::NuGet.Protocol.Plugins.
GetPackageVersionsResponse
),
80
Getter = static obj => ((global::NuGet.Protocol.Plugins.
GetPackageVersionsResponse
)obj).Versions,
88
AttributeProviderFactory = 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),
98
private void GetPackageVersionsResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::NuGet.Protocol.Plugins.
GetPackageVersionsResponse
? value)
109
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::NuGet.Protocol.Plugins.
GetPackageVersionsResponse
)value).ResponseCode, MessageResponseCode);
110
global::System.Collections.Generic.IEnumerable<string> __value_Versions = ((global::NuGet.Protocol.Plugins.
GetPackageVersionsResponse
)value).Versions;
_generated\95\PluginJsonContext.GetJsonTypeInfo.g.cs (1)
102
if (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)
416
var
response = await _plugin.Connection.SendRequestAndReceiveResponseAsync<GetPackageVersionsRequest,
GetPackageVersionsResponse
>(