2 instantiations of RegistrationIndex
NuGet.Protocol (2)
_generated\108\JsonContext.RegistrationIndex.g.cs (1)
31
ObjectCreator = () => new global::NuGet.Protocol.Model.
RegistrationIndex
(),
_generated\7\PackageSearchJsonContext.RegistrationIndex.g.cs (1)
31
ObjectCreator = () => new global::NuGet.Protocol.Model.
RegistrationIndex
(),
38 references to RegistrationIndex
NuGet.Protocol (38)
_generated\108\JsonContext.RegistrationIndex.g.cs (14)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationIndex
>? _RegistrationIndex;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationIndex
> RegistrationIndex
22
get => _RegistrationIndex ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationIndex
>)Options.GetTypeInfo(typeof(global::NuGet.Protocol.Model.
RegistrationIndex
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationIndex
> Create_RegistrationIndex(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Protocol.Model.
RegistrationIndex
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationIndex
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::NuGet.Protocol.Model.
RegistrationIndex
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Model.
RegistrationIndex
).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.
RegistrationIndex
>(options, objectInfo);
58
DeclaringType = typeof(global::NuGet.Protocol.Model.
RegistrationIndex
),
60
Getter = static obj => ((global::NuGet.Protocol.Model.
RegistrationIndex
)obj).Items,
61
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.
RegistrationIndex
)obj).Items = value!,
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),
_generated\143\JsonContext.GetJsonTypeInfo.g.cs (1)
66
if (type == typeof(global::NuGet.Protocol.Model.
RegistrationIndex
))
_generated\36\PackageSearchJsonContext.GetJsonTypeInfo.g.cs (1)
50
if (type == typeof(global::NuGet.Protocol.Model.
RegistrationIndex
))
_generated\7\PackageSearchJsonContext.RegistrationIndex.g.cs (14)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationIndex
>? _RegistrationIndex;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationIndex
> RegistrationIndex
22
get => _RegistrationIndex ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationIndex
>)Options.GetTypeInfo(typeof(global::NuGet.Protocol.Model.
RegistrationIndex
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationIndex
> Create_RegistrationIndex(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Protocol.Model.
RegistrationIndex
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.
RegistrationIndex
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::NuGet.Protocol.Model.
RegistrationIndex
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Model.
RegistrationIndex
).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.
RegistrationIndex
>(options, objectInfo);
58
DeclaringType = typeof(global::NuGet.Protocol.Model.
RegistrationIndex
),
60
Getter = static obj => ((global::NuGet.Protocol.Model.
RegistrationIndex
)obj).Items,
61
Setter = static (obj, value) => ((global::NuGet.Protocol.Model.
RegistrationIndex
)obj).Items = value!,
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),
Converters\PackageSearchJsonContext.cs (1)
18
[JsonSerializable(typeof(
RegistrationIndex
))]
Model\RegistrationPage.cs (1)
24
/// This property can be null when this model is used as an item in <see cref="
RegistrationIndex
.Items"/> when
Resources\PackageMetadataResourceV3.cs (5)
122
httpSourceResult => DeserializeStreamDataAsync<
RegistrationIndex
>(httpSourceResult.Stream, token),
221
private async Task<ValueTuple<
RegistrationIndex
, HttpSourceCacheContext>> LoadRegistrationIndexAsync(
226
Func<HttpSourceResult, Task<
RegistrationIndex
>> processAsync,
235
var
index = await httpSource.GetAsync(
247
return new ValueTuple<
RegistrationIndex
, HttpSourceCacheContext>(index, httpSourceCacheContext);
Utility\JsonContext.cs (1)
24
[JsonSerializable(typeof(
RegistrationIndex
))]