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