2 instantiations of RegistrationIndex
NuGet.Protocol (2)
_generated\108\JsonContext.RegistrationIndex.g.cs (1)
31ObjectCreator = () => new global::NuGet.Protocol.Model.RegistrationIndex(),
_generated\7\PackageSearchJsonContext.RegistrationIndex.g.cs (1)
31ObjectCreator = () => new global::NuGet.Protocol.Model.RegistrationIndex(),
38 references to RegistrationIndex
NuGet.Protocol (38)
_generated\108\JsonContext.RegistrationIndex.g.cs (14)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.RegistrationIndex>? _RegistrationIndex; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.RegistrationIndex> RegistrationIndex 22get => _RegistrationIndex ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.RegistrationIndex>)Options.GetTypeInfo(typeof(global::NuGet.Protocol.Model.RegistrationIndex)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.RegistrationIndex> Create_RegistrationIndex(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Protocol.Model.RegistrationIndex>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.RegistrationIndex> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::NuGet.Protocol.Model.RegistrationIndex> 35ConstructorAttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Model.RegistrationIndex).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null), 41jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::NuGet.Protocol.Model.RegistrationIndex>(options, objectInfo); 58DeclaringType = typeof(global::NuGet.Protocol.Model.RegistrationIndex), 60Getter = static obj => ((global::NuGet.Protocol.Model.RegistrationIndex)obj).Items, 61Setter = static (obj, value) => ((global::NuGet.Protocol.Model.RegistrationIndex)obj).Items = value!, 68AttributeProviderFactory = 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)
66if (type == typeof(global::NuGet.Protocol.Model.RegistrationIndex))
_generated\36\PackageSearchJsonContext.GetJsonTypeInfo.g.cs (1)
50if (type == typeof(global::NuGet.Protocol.Model.RegistrationIndex))
_generated\7\PackageSearchJsonContext.RegistrationIndex.g.cs (14)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.RegistrationIndex>? _RegistrationIndex; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.RegistrationIndex> RegistrationIndex 22get => _RegistrationIndex ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.RegistrationIndex>)Options.GetTypeInfo(typeof(global::NuGet.Protocol.Model.RegistrationIndex)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.RegistrationIndex> Create_RegistrationIndex(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::NuGet.Protocol.Model.RegistrationIndex>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::NuGet.Protocol.Model.RegistrationIndex> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::NuGet.Protocol.Model.RegistrationIndex> 35ConstructorAttributeProviderFactory = static () => typeof(global::NuGet.Protocol.Model.RegistrationIndex).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null), 41jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::NuGet.Protocol.Model.RegistrationIndex>(options, objectInfo); 58DeclaringType = typeof(global::NuGet.Protocol.Model.RegistrationIndex), 60Getter = static obj => ((global::NuGet.Protocol.Model.RegistrationIndex)obj).Items, 61Setter = static (obj, value) => ((global::NuGet.Protocol.Model.RegistrationIndex)obj).Items = value!, 68AttributeProviderFactory = 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)
122httpSourceResult => DeserializeStreamDataAsync<RegistrationIndex>(httpSourceResult.Stream, token), 221private async Task<ValueTuple<RegistrationIndex, HttpSourceCacheContext>> LoadRegistrationIndexAsync( 226Func<HttpSourceResult, Task<RegistrationIndex>> processAsync, 235var index = await httpSource.GetAsync( 247return new ValueTuple<RegistrationIndex, HttpSourceCacheContext>(index, httpSourceCacheContext);
Utility\JsonContext.cs (1)
24[JsonSerializable(typeof(RegistrationIndex))]