1 instantiation of TwitterError
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterJsonContext.TwitterError.g.cs (1)
33
ObjectCreator = () => new global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
(),
40 references to TwitterError
Microsoft.AspNetCore.Authentication.Twitter (40)
TwitterErrorResponse.cs (1)
8
public List<
TwitterError
>? Errors { get; set; }
TwitterHandler.cs (1)
391
foreach (
var
error in errorResponse.Errors)
TwitterJsonContext.GetJsonTypeInfo.g.cs (2)
24
if (type == typeof(global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
))
32
if (type == typeof(global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>))
TwitterJsonContext.ListTwitterError.g.cs (12)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>>? _ListTwitterError;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>> ListTwitterError
24
get => _ListTwitterError ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>> Create_ListTwitterError(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>> jsonTypeInfo))
31
var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>>
33
ObjectCreator = () => new global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>(),
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateListInfo<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>, global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>(options, info);
47
private void ListTwitterErrorSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>? value)
TwitterJsonContext.TwitterError.g.cs (21)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>? _TwitterError;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
> TwitterError
24
get => _TwitterError ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
> Create_TwitterError(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
> jsonTypeInfo))
31
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>
37
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
).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.
TwitterError
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
),
60
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
)obj).Code,
61
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
)obj).Code = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
).GetProperty("Code", InstanceMemberBindingFlags, null, typeof(int), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
),
80
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
)obj).Message,
81
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
)obj).Message = value!,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
).GetProperty("Message", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
98
private void TwitterErrorSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
? value)
108
writer.WriteNumber(PropName_Code, ((global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
)value).Code);
109
writer.WriteString(PropName_Message, ((global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
)value).Message);
TwitterJsonContext.TwitterErrorResponse.g.cs (3)
53
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>>
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),
71
properties[0] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.Twitter.
TwitterError
>>(options, info0);