3 references to TryGetTypeInfoForRuntimeCustomConverter
Microsoft.AspNetCore.Authentication.BearerToken (3)
BearerTokenJsonSerializerContext.AccessTokenResponse.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::Microsoft.AspNetCore.Authentication.BearerToken.AccessTokenResponse>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.BearerToken.AccessTokenResponse> jsonTypeInfo))
BearerTokenJsonSerializerContext.Int64.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<long>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<long> jsonTypeInfo))
BearerTokenJsonSerializerContext.String.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<string>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> jsonTypeInfo))