2 instantiations of RegistrationPage
NuGet.Protocol (2)
_generated\110\JsonContext.RegistrationPage.g.cs (1)
31
ObjectCreator = () => new global::NuGet.Protocol.Model.
RegistrationPage
(),
_generated\9\PackageSearchJsonContext.RegistrationPage.g.cs (1)
31
ObjectCreator = () => new global::NuGet.Protocol.Model.
RegistrationPage
(),
93 references to RegistrationPage
NuGet.Protocol (93)
_generated\108\JsonContext.RegistrationIndex.g.cs (3)
53
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>>
68
AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Model.RegistrationIndex).GetProperty("Items", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>), global::System.Array.Empty<global::System.Type>(), null),
71
properties[0] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>>(options, info0);
_generated\110\JsonContext.RegistrationPage.g.cs (26)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationPage
>? _RegistrationPage;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationPage
> RegistrationPage
22
get => _RegistrationPage ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationPage
>)Options.GetTypeInfo(typeof(global::NuGet.Protocol.Model.
RegistrationPage
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationPage
> Create_RegistrationPage(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Protocol.Model.
RegistrationPage
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationPage
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::NuGet.Protocol.Model.
RegistrationPage
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Model.
RegistrationPage
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::NuGet.Protocol.Model.
RegistrationPage
>(options, objectInfo);
58
DeclaringType = typeof(global::NuGet.Protocol.Model.
RegistrationPage
),
60
Getter = static obj => ((global::NuGet.Protocol.Model.
RegistrationPage
)obj).Url,
61
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.
RegistrationPage
)obj).Url = value!,
68
AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Model.
RegistrationPage
).GetProperty("Url", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::NuGet.Protocol.Model.
RegistrationPage
),
80
Getter = static obj => ((global::NuGet.Protocol.Model.
RegistrationPage
)obj).Items,
81
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.
RegistrationPage
)obj).Items = value!,
88
AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Model.
RegistrationPage
).GetProperty("Items", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::NuGet.Protocol.Model.RegistrationLeafItem>), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::NuGet.Protocol.Model.
RegistrationPage
),
100
Getter = static obj => ((global::NuGet.Protocol.Model.
RegistrationPage
)obj).Lower,
101
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.
RegistrationPage
)obj).Lower = value!,
108
AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Model.
RegistrationPage
).GetProperty("Lower", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
118
DeclaringType = typeof(global::NuGet.Protocol.Model.
RegistrationPage
),
120
Getter = static obj => ((global::NuGet.Protocol.Model.
RegistrationPage
)obj).Upper,
121
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.
RegistrationPage
)obj).Upper = value!,
128
AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Model.
RegistrationPage
).GetProperty("Upper", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
_generated\130\JsonContext.ListRegistrationPage.g.cs (11)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>>? _ListRegistrationPage;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>> ListRegistrationPage
22
get => _ListRegistrationPage ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>> Create_ListRegistrationPage(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>> jsonTypeInfo))
29
var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>>
31
ObjectCreator = () => new global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>(),
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateListInfo<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>, global::NuGet.Protocol.Model.
RegistrationPage
>(options, info);
_generated\143\JsonContext.GetJsonTypeInfo.g.cs (2)
74
if (type == typeof(global::NuGet.Protocol.Model.
RegistrationPage
))
154
if (type == typeof(global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>))
_generated\25\PackageSearchJsonContext.ListRegistrationPage.g.cs (11)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>>? _ListRegistrationPage;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>> ListRegistrationPage
22
get => _ListRegistrationPage ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>> Create_ListRegistrationPage(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>> jsonTypeInfo))
29
var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>>
31
ObjectCreator = () => new global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>(),
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateListInfo<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>, global::NuGet.Protocol.Model.
RegistrationPage
>(options, info);
_generated\36\PackageSearchJsonContext.GetJsonTypeInfo.g.cs (2)
58
if (type == typeof(global::NuGet.Protocol.Model.
RegistrationPage
))
122
if (type == typeof(global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>))
_generated\7\PackageSearchJsonContext.RegistrationIndex.g.cs (3)
53
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>>
68
AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Model.RegistrationIndex).GetProperty("Items", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>), global::System.Array.Empty<global::System.Type>(), null),
71
properties[0] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.List<global::NuGet.Protocol.Model.
RegistrationPage
>>(options, info0);
_generated\9\PackageSearchJsonContext.RegistrationPage.g.cs (26)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationPage
>? _RegistrationPage;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationPage
> RegistrationPage
22
get => _RegistrationPage ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationPage
>)Options.GetTypeInfo(typeof(global::NuGet.Protocol.Model.
RegistrationPage
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationPage
> Create_RegistrationPage(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Protocol.Model.
RegistrationPage
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationPage
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::NuGet.Protocol.Model.
RegistrationPage
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Model.
RegistrationPage
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::NuGet.Protocol.Model.
RegistrationPage
>(options, objectInfo);
58
DeclaringType = typeof(global::NuGet.Protocol.Model.
RegistrationPage
),
60
Getter = static obj => ((global::NuGet.Protocol.Model.
RegistrationPage
)obj).Url,
61
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.
RegistrationPage
)obj).Url = value!,
68
AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Model.
RegistrationPage
).GetProperty("Url", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::NuGet.Protocol.Model.
RegistrationPage
),
80
Getter = static obj => ((global::NuGet.Protocol.Model.
RegistrationPage
)obj).Items,
81
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.
RegistrationPage
)obj).Items = value!,
88
AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Model.
RegistrationPage
).GetProperty("Items", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::NuGet.Protocol.Model.RegistrationLeafItem>), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::NuGet.Protocol.Model.
RegistrationPage
),
100
Getter = static obj => ((global::NuGet.Protocol.Model.
RegistrationPage
)obj).Lower,
101
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.
RegistrationPage
)obj).Lower = value!,
108
AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Model.
RegistrationPage
).GetProperty("Lower", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
118
DeclaringType = typeof(global::NuGet.Protocol.Model.
RegistrationPage
),
120
Getter = static obj => ((global::NuGet.Protocol.Model.
RegistrationPage
)obj).Upper,
121
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.
RegistrationPage
)obj).Upper = value!,
128
AttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Model.
RegistrationPage
).GetProperty("Upper", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
Converters\PackageSearchJsonContext.cs (1)
19
[JsonSerializable(typeof(
RegistrationPage
))]
Model\RegistrationIndex.cs (1)
19
public List<
RegistrationPage
> Items { get; set; }
Model\RegistrationPage.cs (1)
26
/// fetch another <see cref="
RegistrationPage
"/> instance with the <see cref="Items"/> property filled in.
Resources\PackageMetadataResourceV3.cs (5)
134
foreach (
var
registrationPage in registrationIndex.Items)
149
var
leafRegistrationPage = await GetRegistratioIndexPageAsync(_client, rangeUri, packageId, lower, upper, httpSourceCacheContext, log, token);
262
private Task<
RegistrationPage
> GetRegistratioIndexPageAsync(
281
httpSourceResult => DeserializeStreamDataAsync<
RegistrationPage
>(httpSourceResult.Stream, token),
297
RegistrationPage
registrationPage,
Utility\JsonContext.cs (1)
25
[JsonSerializable(typeof(
RegistrationPage
))]