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