2 instantiations of AllAcceptedCredentialsSignalOptions
Microsoft.AspNetCore.Identity (2)
_generated\23\IdentityJsonSerializerContext.AllAcceptedCredentialsSignalOptions.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
(){ RpId = (string)args[0], UserId = (global::Microsoft.AspNetCore.Identity.BufferSource)args[1], AllAcceptedCredentialIds = (global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.BufferSource>)args[2] },
PasskeyHandler.cs (1)
171
var options = new
AllAcceptedCredentialsSignalOptions
32 references to AllAcceptedCredentialsSignalOptions
Microsoft.AspNetCore.Identity (32)
_generated\23\IdentityJsonSerializerContext.AllAcceptedCredentialsSignalOptions.g.cs (29)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
>? _AllAcceptedCredentialsSignalOptions;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
> AllAcceptedCredentialsSignalOptions
22
get => _AllAcceptedCredentialsSignalOptions ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
> Create_AllAcceptedCredentialsSignalOptions(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
),
60
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
)obj).RpId,
61
Setter = static (obj, value) => __set_AllAcceptedCredentialsSignalOptions_RpId((global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
)obj, value!),
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
).GetProperty("RpId", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
81
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
),
83
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
)obj).UserId,
84
Setter = static (obj, value) => __set_AllAcceptedCredentialsSignalOptions_UserId((global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
)obj, value!),
91
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
).GetProperty("UserId", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.BufferSource), global::System.Array.Empty<global::System.Type>(), null),
104
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
),
106
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
)obj).AllAcceptedCredentialIds,
107
Setter = static (obj, value) => __set_AllAcceptedCredentialsSignalOptions_AllAcceptedCredentialIds((global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
)obj, value!),
114
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
).GetProperty("AllAcceptedCredentialIds", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.BufferSource>), global::System.Array.Empty<global::System.Type>(), null),
127
private void AllAcceptedCredentialsSignalOptionsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
? value)
137
string __value_RpId = ((global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
)value).RpId;
142
global::Microsoft.AspNetCore.Identity.BufferSource __value_UserId = ((global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
)value).UserId;
148
global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.BufferSource> __value_AllAcceptedCredentialIds = ((global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
)value).AllAcceptedCredentialIds;
189
private static extern void __set_AllAcceptedCredentialsSignalOptions_RpId(global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
obj, string value);
191
private static extern void __set_AllAcceptedCredentialsSignalOptions_UserId(global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
obj, global::Microsoft.AspNetCore.Identity.BufferSource value);
193
private static extern void __set_AllAcceptedCredentialsSignalOptions_AllAcceptedCredentialIds(global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
obj, global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.BufferSource> value);
_generated\57\IdentityJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
30
if (type == typeof(global::Microsoft.AspNetCore.Identity.
AllAcceptedCredentialsSignalOptions
))
IdentityJsonSerializerContext.cs (1)
16
[JsonSerializable(typeof(
AllAcceptedCredentialsSignalOptions
))]
PasskeyHandler.cs (1)
171
var
options = new AllAcceptedCredentialsSignalOptions