2 instantiations of PersistentServiceRegistration
Microsoft.AspNetCore.Components (2)
_generated\1\PersistentServicesRegistryJsonContext.PersistentServiceRegistration.g.cs (1)
33ObjectCreator = () => new global::Microsoft.AspNetCore.Components.Infrastructure.PersistentServicesRegistry.PersistentServiceRegistration(),
PersistentState\PersistentServicesRegistry.cs (1)
96registrations[i] = new PersistentServiceRegistration
35 references to PersistentServiceRegistration
Microsoft.AspNetCore.Components (35)
_generated\1\PersistentServicesRegistryJsonContext.PersistentServiceRegistration.g.cs (21)
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> 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\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\PersistentServicesRegistry.cs (2)
93var registrations = new PersistentServiceRegistration[_registrations.Length]; 276[JsonSerializable(typeof(PersistentServiceRegistration[]))]