10 references to TryGetTypeInfoForRuntimeCustomConverter
Microsoft.AspNetCore.Components.Endpoints (10)
_generated\17\BrowserConfigurationJsonContext.Boolean.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<bool>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool> jsonTypeInfo))
_generated\18\BrowserConfigurationJsonContext.NullableBoolean.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<bool?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool?> jsonTypeInfo))
_generated\19\BrowserConfigurationJsonContext.BrowserConfiguration.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::Microsoft.AspNetCore.Components.BrowserConfiguration>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.BrowserConfiguration> jsonTypeInfo))
_generated\20\BrowserConfigurationJsonContext.ServerBrowserOptions.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::Microsoft.AspNetCore.Components.ServerBrowserOptions>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ServerBrowserOptions> jsonTypeInfo))
_generated\21\BrowserConfigurationJsonContext.SsrBrowserOptions.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::Microsoft.AspNetCore.Components.SsrBrowserOptions>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.SsrBrowserOptions> jsonTypeInfo))
_generated\22\BrowserConfigurationJsonContext.WebAssemblyBrowserOptions.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::Microsoft.AspNetCore.Components.WebAssemblyBrowserOptions>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.WebAssemblyBrowserOptions> jsonTypeInfo))
_generated\23\BrowserConfigurationJsonContext.DictionaryStringString.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<global::System.Collections.Generic.Dictionary<string, string>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, string>> jsonTypeInfo))
_generated\24\BrowserConfigurationJsonContext.Int32.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<int>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int> jsonTypeInfo))
_generated\25\BrowserConfigurationJsonContext.NullableInt32.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<int?>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int?> jsonTypeInfo))
_generated\26\BrowserConfigurationJsonContext.String.g.cs (1)
27
if (!
TryGetTypeInfoForRuntimeCustomConverter
<string>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> jsonTypeInfo))