1 instantiation of TwitterErrorResponse
Microsoft.AspNetCore.Authentication.Twitter (1)
_generated\2\TwitterJsonContext.TwitterErrorResponse.g.cs (1)
33
ObjectCreator = () => new global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
(),
19 references to TwitterErrorResponse
Microsoft.AspNetCore.Authentication.Twitter (19)
_generated\2\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),
43
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
>(options, objectInfo);
60
DeclaringType = typeof(global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
),
62
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
)obj).Errors,
63
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
)obj).Errors = value!,
70
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),
80
private void TwitterErrorResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
? value)
91
ListTwitterErrorSerializeHandler(writer, ((global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
)value).Errors);
_generated\7\TwitterJsonContext.GetJsonTypeInfo.g.cs (1)
28
if (type == typeof(global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterErrorResponse
))
TwitterHandler.cs (2)
366
TwitterErrorResponse
? errorResponse;
401
[JsonSerializable(typeof(
TwitterErrorResponse
))]