1 instantiation of TwitterErrorResponse
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterJsonContext.TwitterErrorResponse.g.cs (1)
33
ObjectCreator = () => new global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
(),
19 references to TwitterErrorResponse
Microsoft.AspNetCore.Authentication.Twitter (19)
TwitterHandler.cs (2)
366
TwitterErrorResponse
? errorResponse;
401
[JsonSerializable(typeof(
TwitterErrorResponse
))]
TwitterJsonContext.GetJsonTypeInfo.g.cs (1)
28
if (type == typeof(global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
))
TwitterJsonContext.TwitterErrorResponse.g.cs (16)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
>? _TwitterErrorResponse;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
> TwitterErrorResponse
24
get => _TwitterErrorResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
> Create_TwitterErrorResponse(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
> jsonTypeInfo))
31
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
>
37
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
).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.Authentication.Twitter.
TwitterErrorResponse
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
),
60
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
)obj).Errors,
61
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
)obj).Errors = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
).GetProperty("Errors", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.Twitter.TwitterError>), global::System.Array.Empty<global::System.Type>(), null),
78
private void TwitterErrorResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
? value)
89
ListTwitterErrorSerializeHandler(writer, ((global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
)value).Errors);