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