5 references to TryGetTypeInfoForRuntimeCustomConverter
Microsoft.AspNetCore.Authentication.Twitter (5)
TwitterJsonContext.Int32.g.cs (1)
29if (!TryGetTypeInfoForRuntimeCustomConverter<int>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int> jsonTypeInfo))
TwitterJsonContext.ListTwitterError.g.cs (1)
29if (!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))
TwitterJsonContext.String.g.cs (1)
29if (!TryGetTypeInfoForRuntimeCustomConverter<string>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> jsonTypeInfo))
TwitterJsonContext.TwitterError.g.cs (1)
29if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Authentication.Twitter.TwitterError>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.Twitter.TwitterError> jsonTypeInfo))
TwitterJsonContext.TwitterErrorResponse.g.cs (1)
29if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Authentication.Twitter.TwitterErrorResponse>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.Twitter.TwitterErrorResponse> jsonTypeInfo))