1 instantiation of PersistentServicesRegistry
Microsoft.AspNetCore.Components (1)
PersistentState\ComponentStatePersistenceManager.cs (1)
40
_servicesRegistry = new
PersistentServicesRegistry
(serviceProvider);
40 references to PersistentServicesRegistry
Microsoft.AspNetCore.Components (40)
_generated\1\PersistentServicesRegistryJsonContext.PersistentServiceRegistration.g.cs (22)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration>? _PersistentServiceRegistration;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration> PersistentServiceRegistration
24
get => _PersistentServiceRegistration ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration> Create_PersistentServiceRegistration(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration> jsonTypeInfo))
31
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration>
33
ObjectCreator = () => new global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration(),
37
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
43
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration>(options, objectInfo);
60
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration),
62
Getter = static obj => ((global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration)obj).Assembly,
63
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration)obj).Assembly = value!,
70
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration).GetProperty("Assembly", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
82
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration),
84
Getter = static obj => ((global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration)obj).FullTypeName,
85
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration)obj).FullTypeName = value!,
92
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration).GetProperty("FullTypeName", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
104
private void PersistentServiceRegistrationSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration? value)
114
writer.WriteString(PropName_assembly, ((global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration)value).Assembly);
115
writer.WriteString(PropName_fullTypeName, ((global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration)value).FullTypeName);
_generated\2\PersistentServicesRegistryJsonContext.PersistentServiceRegistrationArray.g.cs (10)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration[]>? _PersistentServiceRegistrationArray;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration[]> PersistentServiceRegistrationArray
24
get => _PersistentServiceRegistrationArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration[]>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration[]));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration[]> Create_PersistentServiceRegistrationArray(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration[]> jsonTypeInfo))
31
var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration[]>
39
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateArrayInfo<global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration>(options, info);
49
private void PersistentServiceRegistrationArraySerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration[]? value)
_generated\4\PersistentServicesRegistryJsonContext.g.cs (2)
30
public static global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServicesRegistryJsonContext Default { get; } = new global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServicesRegistryJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
_generated\5\PersistentServicesRegistryJsonContext.GetJsonTypeInfo.g.cs (2)
24
if (type == typeof(global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration))
28
if (type == typeof(global::Microsoft.AspNetCore.Components.Infrastructure.
PersistentServicesRegistry
.PersistentServiceRegistration[]))
PersistentState\ComponentStatePersistenceManager.cs (2)
20
private readonly
PersistentServicesRegistry
? _servicesRegistry;
44
internal
PersistentServicesRegistry
? ServicesRegistry => _servicesRegistry;
PersistentState\PersistentServicesRegistry.cs (1)
22
private static readonly string _registryKey = typeof(
PersistentServicesRegistry
).FullName!;
PersistentState\RegisteredPersistentServiceRegistrationCollection.cs (1)
9
PersistentServicesRegistry
.ResolveRegistrations(registrations);