395 references to GetTypeInfo
Aspire.Hosting.RemoteHost (1)
Ats\AtsMarshaller.cs (1)
605
var typeInfo = s_jsonOptions.
GetTypeInfo
(targetType);
Microsoft.AspNetCore.Authentication.BearerToken (4)
BearerTokenHandler.cs (1)
87
?.Value?.SerializerOptions?.
GetTypeInfo
(typeof(AccessTokenResponse)) as JsonTypeInfo<AccessTokenResponse>;
BearerTokenJsonSerializerContext.AccessTokenResponse.g.cs (1)
22
get => _AccessTokenResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.BearerToken.AccessTokenResponse>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Authentication.BearerToken.AccessTokenResponse));
BearerTokenJsonSerializerContext.Int64.g.cs (1)
22
get => _Int64 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<long>)Options.
GetTypeInfo
(typeof(long));
BearerTokenJsonSerializerContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
Microsoft.AspNetCore.Authentication.Twitter (5)
TwitterJsonContext.Int32.g.cs (1)
24
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
TwitterJsonContext.ListTwitterError.g.cs (1)
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>));
TwitterJsonContext.String.g.cs (1)
24
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
TwitterJsonContext.TwitterError.g.cs (1)
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));
TwitterJsonContext.TwitterErrorResponse.g.cs (1)
24
get => _TwitterErrorResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.Twitter.TwitterErrorResponse>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Authentication.Twitter.TwitterErrorResponse));
Microsoft.AspNetCore.Components.Endpoints (54)
BrowserConfigurationJsonContext.Boolean.g.cs (1)
22
get => _Boolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool>)Options.
GetTypeInfo
(typeof(bool));
BrowserConfigurationJsonContext.BrowserConfiguration.g.cs (1)
22
get => _BrowserConfiguration ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.BrowserConfiguration>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.BrowserConfiguration));
BrowserConfigurationJsonContext.DictionaryStringString.g.cs (1)
22
get => _DictionaryStringString ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, string>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.Dictionary<string, string>));
BrowserConfigurationJsonContext.Int32.g.cs (1)
22
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
BrowserConfigurationJsonContext.NullableBoolean.g.cs (1)
22
get => _NullableBoolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool?>)Options.
GetTypeInfo
(typeof(bool?));
BrowserConfigurationJsonContext.NullableInt32.g.cs (1)
22
get => _NullableInt32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int?>)Options.
GetTypeInfo
(typeof(int?));
BrowserConfigurationJsonContext.ServerBrowserOptions.g.cs (1)
22
get => _ServerBrowserOptions ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ServerBrowserOptions>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.ServerBrowserOptions));
BrowserConfigurationJsonContext.SsrBrowserOptions.g.cs (1)
22
get => _SsrBrowserOptions ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.SsrBrowserOptions>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.SsrBrowserOptions));
BrowserConfigurationJsonContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
BrowserConfigurationJsonContext.WebAssemblyBrowserOptions.g.cs (1)
22
get => _WebAssemblyBrowserOptions ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.WebAssemblyBrowserOptions>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.WebAssemblyBrowserOptions));
ImportMapSerializerContext.ImportMapDefinition.g.cs (1)
22
get => _ImportMapDefinition ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ImportMapDefinition>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.ImportMapDefinition));
ImportMapSerializerContext.IReadOnlyDictionaryStringIReadOnlyDictionaryStringString.g.cs (1)
22
get => _IReadOnlyDictionaryStringIReadOnlyDictionaryStringString ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyDictionary<string, global::System.Collections.Generic.IReadOnlyDictionary<string, string>>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IReadOnlyDictionary<string, global::System.Collections.Generic.IReadOnlyDictionary<string, string>>));
ImportMapSerializerContext.IReadOnlyDictionaryStringString.g.cs (1)
22
get => _IReadOnlyDictionaryStringString ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyDictionary<string, string>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IReadOnlyDictionary<string, string>));
ImportMapSerializerContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
JsonTempDataSerializerContext.Boolean.g.cs (1)
22
get => _Boolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool>)Options.
GetTypeInfo
(typeof(bool));
JsonTempDataSerializerContext.DateTime.g.cs (1)
22
get => _DateTime ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.DateTime>)Options.
GetTypeInfo
(typeof(global::System.DateTime));
JsonTempDataSerializerContext.Guid.g.cs (1)
22
get => _Guid ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Guid>)Options.
GetTypeInfo
(typeof(global::System.Guid));
JsonTempDataSerializerContext.ICollectionBoolean.g.cs (1)
22
get => _ICollectionBoolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.ICollection<bool>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.ICollection<bool>));
JsonTempDataSerializerContext.ICollectionDateTime.g.cs (1)
22
get => _ICollectionDateTime ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.ICollection<global::System.DateTime>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.ICollection<global::System.DateTime>));
JsonTempDataSerializerContext.ICollectionGuid.g.cs (1)
22
get => _ICollectionGuid ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.ICollection<global::System.Guid>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.ICollection<global::System.Guid>));
JsonTempDataSerializerContext.ICollectionInt32.g.cs (1)
22
get => _ICollectionInt32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.ICollection<int>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.ICollection<int>));
JsonTempDataSerializerContext.ICollectionNullableBoolean.g.cs (1)
22
get => _ICollectionNullableBoolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.ICollection<bool?>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.ICollection<bool?>));
JsonTempDataSerializerContext.ICollectionNullableDateTime.g.cs (1)
22
get => _ICollectionNullableDateTime ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.ICollection<global::System.DateTime?>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.ICollection<global::System.DateTime?>));
JsonTempDataSerializerContext.ICollectionNullableGuid.g.cs (1)
22
get => _ICollectionNullableGuid ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.ICollection<global::System.Guid?>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.ICollection<global::System.Guid?>));
JsonTempDataSerializerContext.ICollectionNullableInt32.g.cs (1)
22
get => _ICollectionNullableInt32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.ICollection<int?>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.ICollection<int?>));
JsonTempDataSerializerContext.ICollectionObject.g.cs (1)
22
get => _ICollectionObject ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.ICollection<object>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.ICollection<object>));
JsonTempDataSerializerContext.ICollectionString.g.cs (1)
22
get => _ICollectionString ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.ICollection<string>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.ICollection<string>));
JsonTempDataSerializerContext.IDictionaryStringBoolean.g.cs (1)
22
get => _IDictionaryStringBoolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, bool>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IDictionary<string, bool>));
JsonTempDataSerializerContext.IDictionaryStringDateTime.g.cs (1)
22
get => _IDictionaryStringDateTime ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, global::System.DateTime>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IDictionary<string, global::System.DateTime>));
JsonTempDataSerializerContext.IDictionaryStringGuid.g.cs (1)
22
get => _IDictionaryStringGuid ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, global::System.Guid>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IDictionary<string, global::System.Guid>));
JsonTempDataSerializerContext.IDictionaryStringInt32.g.cs (1)
22
get => _IDictionaryStringInt32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, int>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IDictionary<string, int>));
JsonTempDataSerializerContext.IDictionaryStringNullableBoolean.g.cs (1)
22
get => _IDictionaryStringNullableBoolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, bool?>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IDictionary<string, bool?>));
JsonTempDataSerializerContext.IDictionaryStringNullableDateTime.g.cs (1)
22
get => _IDictionaryStringNullableDateTime ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, global::System.DateTime?>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IDictionary<string, global::System.DateTime?>));
JsonTempDataSerializerContext.IDictionaryStringNullableGuid.g.cs (1)
22
get => _IDictionaryStringNullableGuid ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, global::System.Guid?>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IDictionary<string, global::System.Guid?>));
JsonTempDataSerializerContext.IDictionaryStringNullableInt32.g.cs (1)
22
get => _IDictionaryStringNullableInt32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, int?>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IDictionary<string, int?>));
JsonTempDataSerializerContext.IDictionaryStringObject.g.cs (1)
22
get => _IDictionaryStringObject ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, object>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IDictionary<string, object>));
JsonTempDataSerializerContext.IDictionaryStringString.g.cs (1)
22
get => _IDictionaryStringString ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, string>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IDictionary<string, string>));
JsonTempDataSerializerContext.Int32.g.cs (1)
22
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
JsonTempDataSerializerContext.NullableBoolean.g.cs (1)
22
get => _NullableBoolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool?>)Options.
GetTypeInfo
(typeof(bool?));
JsonTempDataSerializerContext.NullableDateTime.g.cs (1)
22
get => _NullableDateTime ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.DateTime?>)Options.
GetTypeInfo
(typeof(global::System.DateTime?));
JsonTempDataSerializerContext.NullableGuid.g.cs (1)
22
get => _NullableGuid ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Guid?>)Options.
GetTypeInfo
(typeof(global::System.Guid?));
JsonTempDataSerializerContext.NullableInt32.g.cs (1)
22
get => _NullableInt32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int?>)Options.
GetTypeInfo
(typeof(int?));
JsonTempDataSerializerContext.Object.g.cs (1)
22
get => _Object ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object>)Options.
GetTypeInfo
(typeof(object));
JsonTempDataSerializerContext.ObjectArray.g.cs (1)
22
get => _ObjectArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object[]>)Options.
GetTypeInfo
(typeof(object[]));
JsonTempDataSerializerContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
PrerenderComponentApplicationStoreSerializerContext.ByteArray.g.cs (1)
22
get => _ByteArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<byte[]>)Options.
GetTypeInfo
(typeof(byte[]));
PrerenderComponentApplicationStoreSerializerContext.DictionaryStringByteArray.g.cs (1)
22
get => _DictionaryStringByteArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, byte[]>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.Dictionary<string, byte[]>));
PrerenderComponentApplicationStoreSerializerContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
ResourceCollectionSerializerContext.IReadOnlyListResourceAsset.g.cs (1)
24
get => _IReadOnlyListResourceAsset ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Components.ResourceAsset>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Components.ResourceAsset>));
ResourceCollectionSerializerContext.IReadOnlyListResourceAssetProperty.g.cs (1)
24
get => _IReadOnlyListResourceAssetProperty ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Components.ResourceAssetProperty>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Components.ResourceAssetProperty>));
ResourceCollectionSerializerContext.ResourceAsset.g.cs (1)
24
get => _ResourceAsset ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ResourceAsset>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.ResourceAsset));
ResourceCollectionSerializerContext.ResourceAssetCollection.g.cs (1)
24
get => _ResourceAssetCollection ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ResourceAssetCollection>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.ResourceAssetCollection));
ResourceCollectionSerializerContext.ResourceAssetProperty.g.cs (1)
24
get => _ResourceAssetProperty ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ResourceAssetProperty>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.ResourceAssetProperty));
ResourceCollectionSerializerContext.String.g.cs (1)
24
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
Microsoft.AspNetCore.Components.Server (10)
CircuitPersistenceManagerSerializerContext.ComponentMarker.g.cs (1)
24
get => _ComponentMarker ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ComponentMarker>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.ComponentMarker));
CircuitPersistenceManagerSerializerContext.ComponentMarkerKey.g.cs (1)
24
get => _ComponentMarkerKey ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ComponentMarkerKey>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.ComponentMarkerKey));
CircuitPersistenceManagerSerializerContext.DictionaryInt32ComponentMarker.g.cs (1)
24
get => _DictionaryInt32ComponentMarker ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<int, global::Microsoft.AspNetCore.Components.ComponentMarker>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.Dictionary<int, global::Microsoft.AspNetCore.Components.ComponentMarker>));
CircuitPersistenceManagerSerializerContext.Int32.g.cs (1)
24
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
CircuitPersistenceManagerSerializerContext.NullableComponentMarkerKey.g.cs (1)
24
get => _NullableComponentMarkerKey ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ComponentMarkerKey?>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.ComponentMarkerKey?));
CircuitPersistenceManagerSerializerContext.NullableInt32.g.cs (1)
24
get => _NullableInt32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int?>)Options.
GetTypeInfo
(typeof(int?));
CircuitPersistenceManagerSerializerContext.String.g.cs (1)
24
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
PrerenderComponentApplicationStoreSerializerContext.ByteArray.g.cs (1)
22
get => _ByteArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<byte[]>)Options.
GetTypeInfo
(typeof(byte[]));
PrerenderComponentApplicationStoreSerializerContext.DictionaryStringByteArray.g.cs (1)
22
get => _DictionaryStringByteArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, byte[]>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.Dictionary<string, byte[]>));
PrerenderComponentApplicationStoreSerializerContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
Microsoft.AspNetCore.Components.Web (9)
WebRendererSerializerContext.DictionaryStringJSComponentParameterArray.g.cs (1)
22
get => _DictionaryStringJSComponentParameterArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>));
WebRendererSerializerContext.DictionaryStringListString.g.cs (1)
22
get => _DictionaryStringListString ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.List<string>>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.Dictionary<string, global::System.Collections.Generic.List<string>>));
WebRendererSerializerContext.Int32.g.cs (1)
22
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
WebRendererSerializerContext.JSComponentParameter.g.cs (1)
22
get => _JSComponentParameter ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter));
WebRendererSerializerContext.JSComponentParameterArray.g.cs (1)
22
get => _JSComponentParameterArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]));
WebRendererSerializerContext.ListString.g.cs (1)
22
get => _ListString ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<string>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.List<string>));
WebRendererSerializerContext.Object.g.cs (1)
22
get => _Object ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object>)Options.
GetTypeInfo
(typeof(object));
WebRendererSerializerContext.ObjectArray.g.cs (1)
22
get => _ObjectArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object[]>)Options.
GetTypeInfo
(typeof(object[]));
WebRendererSerializerContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
Microsoft.AspNetCore.Components.WebAssembly (20)
PrerenderComponentApplicationStoreSerializerContext.ByteArray.g.cs (1)
22
get => _ByteArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<byte[]>)Options.
GetTypeInfo
(typeof(byte[]));
PrerenderComponentApplicationStoreSerializerContext.DictionaryStringByteArray.g.cs (1)
22
get => _DictionaryStringByteArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, byte[]>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.Dictionary<string, byte[]>));
PrerenderComponentApplicationStoreSerializerContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (1)
22
get => _ComponentMarker ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ComponentMarker>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.ComponentMarker));
WebAssemblyJsonSerializerContext.ComponentMarkerKey.g.cs (1)
22
get => _ComponentMarkerKey ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ComponentMarkerKey>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.ComponentMarkerKey));
WebAssemblyJsonSerializerContext.ComponentParameter.g.cs (1)
22
get => _ComponentParameter ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ComponentParameter>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.ComponentParameter));
WebAssemblyJsonSerializerContext.ComponentParameterArray.g.cs (1)
22
get => _ComponentParameterArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ComponentParameter[]>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.ComponentParameter[]));
WebAssemblyJsonSerializerContext.IListObject.g.cs (1)
22
get => _IListObject ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IList<object>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IList<object>));
WebAssemblyJsonSerializerContext.Int32.g.cs (1)
22
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
WebAssemblyJsonSerializerContext.Int64.g.cs (1)
22
get => _Int64 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<long>)Options.
GetTypeInfo
(typeof(long));
WebAssemblyJsonSerializerContext.JsonElement.g.cs (1)
22
get => _JsonElement ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Text.Json.JsonElement>)Options.
GetTypeInfo
(typeof(global::System.Text.Json.JsonElement));
WebAssemblyJsonSerializerContext.NullableComponentMarker.g.cs (1)
22
get => _NullableComponentMarker ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ComponentMarker?>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.ComponentMarker?));
WebAssemblyJsonSerializerContext.NullableComponentMarkerKey.g.cs (1)
22
get => _NullableComponentMarkerKey ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.ComponentMarkerKey?>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.ComponentMarkerKey?));
WebAssemblyJsonSerializerContext.NullableInt32.g.cs (1)
22
get => _NullableInt32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int?>)Options.
GetTypeInfo
(typeof(int?));
WebAssemblyJsonSerializerContext.Object.g.cs (1)
22
get => _Object ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object>)Options.
GetTypeInfo
(typeof(object));
WebAssemblyJsonSerializerContext.RootComponentOperation.g.cs (1)
22
get => _RootComponentOperation ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.RootComponentOperation>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.RootComponentOperation));
WebAssemblyJsonSerializerContext.RootComponentOperationArray.g.cs (1)
22
get => _RootComponentOperationArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.RootComponentOperation[]>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.RootComponentOperation[]));
WebAssemblyJsonSerializerContext.RootComponentOperationBatch.g.cs (1)
22
get => _RootComponentOperationBatch ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.RootComponentOperationBatch>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.RootComponentOperationBatch));
WebAssemblyJsonSerializerContext.RootComponentOperationType.g.cs (1)
22
get => _RootComponentOperationType ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.RootComponentOperationType>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Components.RootComponentOperationType));
WebAssemblyJsonSerializerContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
Microsoft.AspNetCore.Components.WebView (10)
SourceGenerationContext.DictionaryStringStaticWebAssetNode.g.cs (1)
24
get => _DictionaryStringStaticWebAssetNode ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetNode>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetNode>));
SourceGenerationContext.IDictionaryStringStaticWebAssetNode.g.cs (1)
24
get => _IDictionaryStringStaticWebAssetNode ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetNode>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IDictionary<string, global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetNode>));
SourceGenerationContext.Int32.g.cs (1)
24
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
SourceGenerationContext.StaticWebAssetManifest.g.cs (1)
24
get => _StaticWebAssetManifest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetManifest>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetManifest));
SourceGenerationContext.StaticWebAssetMatch.g.cs (1)
24
get => _StaticWebAssetMatch ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetMatch>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetMatch));
SourceGenerationContext.StaticWebAssetNode.g.cs (1)
24
get => _StaticWebAssetNode ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetNode>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetNode));
SourceGenerationContext.StaticWebAssetPattern.g.cs (1)
24
get => _StaticWebAssetPattern ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetPattern>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetPattern));
SourceGenerationContext.StaticWebAssetPatternArray.g.cs (1)
24
get => _StaticWebAssetPatternArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetPattern[]>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetPattern[]));
SourceGenerationContext.String.g.cs (1)
24
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
SourceGenerationContext.StringArray.g.cs (1)
24
get => _StringArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string[]>)Options.
GetTypeInfo
(typeof(string[]));
Microsoft.AspNetCore.Diagnostics (6)
ExtensionsExceptionJsonContext.ExceptionExtensionData.g.cs (1)
22
get => _ExceptionExtensionData ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Diagnostics.ExceptionExtensionData>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Diagnostics.ExceptionExtensionData));
ExtensionsExceptionJsonContext.IHeaderDictionary.g.cs (1)
22
get => _IHeaderDictionary ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Http.IHeaderDictionary>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Http.IHeaderDictionary));
ExtensionsExceptionJsonContext.Object.g.cs (1)
22
get => _Object ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object>)Options.
GetTypeInfo
(typeof(object));
ExtensionsExceptionJsonContext.RouteValueDictionary.g.cs (1)
22
get => _RouteValueDictionary ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Routing.RouteValueDictionary>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Routing.RouteValueDictionary));
ExtensionsExceptionJsonContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
ExtensionsExceptionJsonContext.StringValues.g.cs (1)
22
get => _StringValues ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.Extensions.Primitives.StringValues>)Options.
GetTypeInfo
(typeof(global::Microsoft.Extensions.Primitives.StringValues));
Microsoft.AspNetCore.Hosting (10)
SourceGenerationContext.DictionaryStringStaticWebAssetNode.g.cs (1)
24
get => _DictionaryStringStaticWebAssetNode ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetNode>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetNode>));
SourceGenerationContext.IDictionaryStringStaticWebAssetNode.g.cs (1)
24
get => _IDictionaryStringStaticWebAssetNode ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetNode>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IDictionary<string, global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetNode>));
SourceGenerationContext.Int32.g.cs (1)
24
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
SourceGenerationContext.StaticWebAssetManifest.g.cs (1)
24
get => _StaticWebAssetManifest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetManifest>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetManifest));
SourceGenerationContext.StaticWebAssetMatch.g.cs (1)
24
get => _StaticWebAssetMatch ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetMatch>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetMatch));
SourceGenerationContext.StaticWebAssetNode.g.cs (1)
24
get => _StaticWebAssetNode ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetNode>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetNode));
SourceGenerationContext.StaticWebAssetPattern.g.cs (1)
24
get => _StaticWebAssetPattern ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetPattern>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetPattern));
SourceGenerationContext.StaticWebAssetPatternArray.g.cs (1)
24
get => _StaticWebAssetPatternArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetPattern[]>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider.StaticWebAssetPattern[]));
SourceGenerationContext.String.g.cs (1)
24
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
SourceGenerationContext.StringArray.g.cs (1)
24
get => _StringArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string[]>)Options.
GetTypeInfo
(typeof(string[]));
Microsoft.AspNetCore.Http.Extensions (14)
DefaultProblemDetailsWriter.cs (1)
68
_serializerOptions.
GetTypeInfo
(problemDetailsType),
HttpRequestJsonExtensions.cs (2)
46
return request.ReadFromJsonAsync(jsonTypeInfo: (JsonTypeInfo<TValue>)options.
GetTypeInfo
(typeof(TValue)), cancellationToken);
236
return request.ReadFromJsonAsync(jsonTypeInfo: options.
GetTypeInfo
(type), cancellationToken);
ProblemDetailsJsonContext.HttpValidationProblemDetails.g.cs (1)
22
get => _HttpValidationProblemDetails ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Http.HttpValidationProblemDetails>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Http.HttpValidationProblemDetails));
ProblemDetailsJsonContext.IDictionaryStringObject.g.cs (1)
22
get => _IDictionaryStringObject ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, object>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IDictionary<string, object>));
ProblemDetailsJsonContext.IDictionaryStringStringArray.g.cs (1)
22
get => _IDictionaryStringStringArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, string[]>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IDictionary<string, string[]>));
ProblemDetailsJsonContext.Int32.g.cs (1)
22
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
ProblemDetailsJsonContext.JsonElement.g.cs (1)
22
get => _JsonElement ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Text.Json.JsonElement>)Options.
GetTypeInfo
(typeof(global::System.Text.Json.JsonElement));
ProblemDetailsJsonContext.NullableInt32.g.cs (1)
22
get => _NullableInt32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int?>)Options.
GetTypeInfo
(typeof(int?));
ProblemDetailsJsonContext.Object.g.cs (1)
22
get => _Object ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object>)Options.
GetTypeInfo
(typeof(object));
ProblemDetailsJsonContext.ProblemDetails.g.cs (1)
22
get => _ProblemDetails ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.ProblemDetails>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Mvc.ProblemDetails));
ProblemDetailsJsonContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
ProblemDetailsJsonContext.StringArray.g.cs (1)
22
get => _StringArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string[]>)Options.
GetTypeInfo
(typeof(string[]));
src\Shared\Json\JsonSerializerExtensions.cs (1)
22
return options.
GetTypeInfo
(type);
Microsoft.AspNetCore.Http.Microbenchmarks (7)
SharedTestJsonContext.Boolean.g.cs (1)
22
get => _Boolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool>)Options.
GetTypeInfo
(typeof(bool));
SharedTestJsonContext.IAsyncEnumerableJsonTodo.g.cs (1)
22
get => _IAsyncEnumerableJsonTodo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Http.Generators.Tests.JsonTodo>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Http.Generators.Tests.JsonTodo>));
SharedTestJsonContext.Int32.g.cs (1)
22
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
SharedTestJsonContext.JsonTodo.g.cs (1)
22
get => _JsonTodo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Http.Generators.Tests.JsonTodo>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Http.Generators.Tests.JsonTodo));
SharedTestJsonContext.JsonTodoChild.g.cs (1)
22
get => _JsonTodoChild ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Http.Generators.Tests.JsonTodoChild>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Http.Generators.Tests.JsonTodoChild));
SharedTestJsonContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
SharedTestJsonContext.Todo.g.cs (1)
22
get => _Todo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Http.Generators.Tests.Todo>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Http.Generators.Tests.Todo));
Microsoft.AspNetCore.Http.Results (4)
HttpResultsHelper.cs (1)
38
var jsonTypeInfo = (JsonTypeInfo<TValue>)jsonSerializerOptions.
GetTypeInfo
(typeof(TValue));
ServerSentEventsResult.cs (2)
83
var jsonTypeInfo = jsonOptions.SerializerOptions.
GetTypeInfo
(typeof(T));
88
: jsonOptions.SerializerOptions.
GetTypeInfo
(typeof(object));
src\Shared\Json\JsonSerializerExtensions.cs (1)
22
return options.
GetTypeInfo
(type);
Microsoft.AspNetCore.Http.Results.Tests (12)
ObjectJsonContext.Object.g.cs (1)
24
get => _Object ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object>)Options.
GetTypeInfo
(typeof(object));
StringJsonContext.String.g.cs (1)
24
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
TestJsonContext.Boolean.g.cs (1)
24
get => _Boolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool>)Options.
GetTypeInfo
(typeof(bool));
TestJsonContext.IAsyncEnumerableJsonTodo.g.cs (1)
24
get => _IAsyncEnumerableJsonTodo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.JsonTodo>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.JsonTodo>));
TestJsonContext.Int32.g.cs (1)
24
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
TestJsonContext.JsonTodo.g.cs (1)
24
get => _JsonTodo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.JsonTodo>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.JsonTodo));
TestJsonContext.JsonTodoArray.g.cs (1)
24
get => _JsonTodoArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.JsonTodo[]>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.JsonTodo[]));
TestJsonContext.String.g.cs (1)
24
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
TestJsonContext.Todo.g.cs (1)
24
get => _Todo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.Todo>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.Todo));
TestJsonContext.TodoChild.g.cs (1)
24
get => _TodoChild ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.TodoChild>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.TodoChild));
TestJsonContext.TodoJsonChild.g.cs (1)
24
get => _TodoJsonChild ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.TodoJsonChild>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.TodoJsonChild));
TestJsonContext.TodoStruct.g.cs (1)
24
get => _TodoStruct ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.TodoStruct>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.TodoStruct));
Microsoft.AspNetCore.Identity (63)
GeneratedRouteBuilderExtensions.g.cs (18)
94
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
95
var registration_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.RegisterRequest>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.RegisterRequest));
214
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
215
var login_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.LoginRequest>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.LoginRequest));
398
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
399
var refreshRequest_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.RefreshRequest>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.RefreshRequest));
515
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
661
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
662
var resendRequest_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.ResendConfirmationEmailRequest>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.ResendConfirmationEmailRequest));
779
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
780
var resetRequest_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.ForgotPasswordRequest>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.ForgotPasswordRequest));
895
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
896
var resetRequest_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest));
1012
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
1013
var tfaRequest_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest));
1129
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
1234
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
1235
var infoRequest_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.InfoRequest>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.InfoRequest));
IdentityEndpointsJsonSerializerContext.Boolean.g.cs (1)
22
get => _Boolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool>)Options.
GetTypeInfo
(typeof(bool));
IdentityEndpointsJsonSerializerContext.ForgotPasswordRequest.g.cs (1)
22
get => _ForgotPasswordRequest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.ForgotPasswordRequest>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.ForgotPasswordRequest));
IdentityEndpointsJsonSerializerContext.InfoRequest.g.cs (1)
22
get => _InfoRequest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.InfoRequest>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.InfoRequest));
IdentityEndpointsJsonSerializerContext.InfoResponse.g.cs (1)
22
get => _InfoResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.InfoResponse>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.InfoResponse));
IdentityEndpointsJsonSerializerContext.Int32.g.cs (1)
22
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
IdentityEndpointsJsonSerializerContext.LoginRequest.g.cs (1)
22
get => _LoginRequest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.LoginRequest>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.LoginRequest));
IdentityEndpointsJsonSerializerContext.NullableBoolean.g.cs (1)
22
get => _NullableBoolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool?>)Options.
GetTypeInfo
(typeof(bool?));
IdentityEndpointsJsonSerializerContext.RefreshRequest.g.cs (1)
22
get => _RefreshRequest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.RefreshRequest>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.RefreshRequest));
IdentityEndpointsJsonSerializerContext.RegisterRequest.g.cs (1)
22
get => _RegisterRequest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.RegisterRequest>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.RegisterRequest));
IdentityEndpointsJsonSerializerContext.ResendConfirmationEmailRequest.g.cs (1)
22
get => _ResendConfirmationEmailRequest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.ResendConfirmationEmailRequest>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.ResendConfirmationEmailRequest));
IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (1)
22
get => _ResetPasswordRequest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest));
IdentityEndpointsJsonSerializerContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
IdentityEndpointsJsonSerializerContext.StringArray.g.cs (1)
22
get => _StringArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string[]>)Options.
GetTypeInfo
(typeof(string[]));
IdentityEndpointsJsonSerializerContext.TwoFactorRequest.g.cs (1)
22
get => _TwoFactorRequest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest));
IdentityEndpointsJsonSerializerContext.TwoFactorResponse.g.cs (1)
22
get => _TwoFactorResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse));
IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (1)
22
get => _AuthenticatorAssertionResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse));
IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (1)
22
get => _AuthenticatorAttestationResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse));
IdentityJsonSerializerContext.AuthenticatorSelectionCriteria.g.cs (1)
22
get => _AuthenticatorSelectionCriteria ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria));
IdentityJsonSerializerContext.Boolean.g.cs (1)
22
get => _Boolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool>)Options.
GetTypeInfo
(typeof(bool));
IdentityJsonSerializerContext.BufferSource.g.cs (1)
22
get => _BufferSource ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.BufferSource>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.BufferSource));
IdentityJsonSerializerContext.CollectedClientData.g.cs (1)
22
get => _CollectedClientData ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.CollectedClientData>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.CollectedClientData));
IdentityJsonSerializerContext.COSEAlgorithmIdentifier.g.cs (1)
22
get => _COSEAlgorithmIdentifier ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.COSEAlgorithmIdentifier>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.COSEAlgorithmIdentifier));
IdentityJsonSerializerContext.IReadOnlyListPublicKeyCredentialDescriptor.g.cs (1)
22
get => _IReadOnlyListPublicKeyCredentialDescriptor ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor>));
IdentityJsonSerializerContext.IReadOnlyListPublicKeyCredentialParameters.g.cs (1)
22
get => _IReadOnlyListPublicKeyCredentialParameters ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialParameters>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialParameters>));
IdentityJsonSerializerContext.IReadOnlyListString.g.cs (1)
22
get => _IReadOnlyListString ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<string>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IReadOnlyList<string>));
IdentityJsonSerializerContext.JsonElement.g.cs (1)
22
get => _JsonElement ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Text.Json.JsonElement>)Options.
GetTypeInfo
(typeof(global::System.Text.Json.JsonElement));
IdentityJsonSerializerContext.NullableBoolean.g.cs (1)
22
get => _NullableBoolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool?>)Options.
GetTypeInfo
(typeof(bool?));
IdentityJsonSerializerContext.NullableJsonElement.g.cs (1)
22
get => _NullableJsonElement ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Text.Json.JsonElement?>)Options.
GetTypeInfo
(typeof(global::System.Text.Json.JsonElement?));
IdentityJsonSerializerContext.NullableUInt64.g.cs (1)
22
get => _NullableUInt64 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<ulong?>)Options.
GetTypeInfo
(typeof(ulong?));
IdentityJsonSerializerContext.PasskeyAssertionState.g.cs (1)
22
get => _PasskeyAssertionState ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PasskeyAssertionState>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.PasskeyAssertionState));
IdentityJsonSerializerContext.PasskeyAttestationState.g.cs (1)
22
get => _PasskeyAttestationState ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PasskeyAttestationState>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.PasskeyAttestationState));
IdentityJsonSerializerContext.PasskeyUserEntity.g.cs (1)
22
get => _PasskeyUserEntity ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PasskeyUserEntity>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.PasskeyUserEntity));
IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAssertionResponse.g.cs (1)
22
get => _PublicKeyCredentialAuthenticatorAssertionResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse>>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse>));
IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAttestationResponse.g.cs (1)
22
get => _PublicKeyCredentialAuthenticatorAttestationResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse>>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse>));
IdentityJsonSerializerContext.PublicKeyCredentialCreationOptions.g.cs (1)
22
get => _PublicKeyCredentialCreationOptions ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions));
IdentityJsonSerializerContext.PublicKeyCredentialDescriptor.g.cs (1)
22
get => _PublicKeyCredentialDescriptor ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor));
IdentityJsonSerializerContext.PublicKeyCredentialParameters.g.cs (1)
22
get => _PublicKeyCredentialParameters ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialParameters>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialParameters));
IdentityJsonSerializerContext.PublicKeyCredentialRequestOptions.g.cs (1)
22
get => _PublicKeyCredentialRequestOptions ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions));
IdentityJsonSerializerContext.PublicKeyCredentialRpEntity.g.cs (1)
22
get => _PublicKeyCredentialRpEntity ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRpEntity>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRpEntity));
IdentityJsonSerializerContext.PublicKeyCredentialUserEntity.g.cs (1)
22
get => _PublicKeyCredentialUserEntity ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity));
IdentityJsonSerializerContext.ReadOnlyMemoryByte.g.cs (1)
22
get => _ReadOnlyMemoryByte ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.ReadOnlyMemory<byte>>)Options.
GetTypeInfo
(typeof(global::System.ReadOnlyMemory<byte>));
IdentityJsonSerializerContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
IdentityJsonSerializerContext.StringArray.g.cs (1)
22
get => _StringArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string[]>)Options.
GetTypeInfo
(typeof(string[]));
IdentityJsonSerializerContext.TokenBinding.g.cs (1)
22
get => _TokenBinding ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.TokenBinding>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Identity.TokenBinding));
IdentityJsonSerializerContext.UInt64.g.cs (1)
22
get => _UInt64 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<ulong>)Options.
GetTypeInfo
(typeof(ulong));
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
Internal\PocoAdapter.cs (1)
204
var typeInfo = serializerOptions.
GetTypeInfo
(target.GetType());
JsonPatchDocumentOfT.cs (1)
727
var jsonTypeInfo = SerializerOptions.
GetTypeInfo
(memberExpression.Expression.Type);
Microsoft.AspNetCore.Mvc.Core (2)
Formatters\SystemTextJsonOutputFormatter.cs (1)
77
var declaredTypeJsonInfo = SerializerOptions.
GetTypeInfo
(context.ObjectType);
src\Shared\Json\JsonSerializerExtensions.cs (1)
22
return options.
GetTypeInfo
(type);
Microsoft.AspNetCore.Mvc.Core.Test (6)
TestJsonContext.IAsyncEnumerableJsonPerson.g.cs (1)
24
get => _IAsyncEnumerableJsonPerson ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPerson>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPerson>));
TestJsonContext.Int32.g.cs (1)
24
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
TestJsonContext.JsonPerson.g.cs (1)
24
get => _JsonPerson ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPerson>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPerson));
TestJsonContext.JsonPersonExtended.g.cs (1)
24
get => _JsonPersonExtended ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPersonExtended>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPersonExtended));
TestJsonContext.Person.g.cs (1)
24
get => _Person ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.Person));
TestJsonContext.String.g.cs (1)
24
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
Microsoft.AspNetCore.Mvc.Testing (2)
CustomJsonSerializerContext.IDictionaryStringString.g.cs (1)
24
get => _IDictionaryStringString ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IDictionary<string, string>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IDictionary<string, string>));
CustomJsonSerializerContext.String.g.cs (1)
24
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
Microsoft.AspNetCore.OpenApi (14)
Extensions\JsonNodeSchemaExtensions.cs (1)
403
var jsonDerivedType = context.TypeInfo.Options.
GetTypeInfo
(derivedType.DerivedType);
GeneratedRouteBuilderExtensions.g.cs (1)
90
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
OpenApiJsonSchemaContext.JsonNode.g.cs (1)
22
get => _JsonNode ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Text.Json.Nodes.JsonNode>)Options.
GetTypeInfo
(typeof(global::System.Text.Json.Nodes.JsonNode));
OpenApiJsonSchemaContext.OpenApiJsonSchema.g.cs (1)
22
get => _OpenApiJsonSchema ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::OpenApiJsonSchema>)Options.
GetTypeInfo
(typeof(global::OpenApiJsonSchema));
OpenApiJsonSchemaContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
Schemas\OpenApiJsonSchema.Helpers.cs (2)
223
var valueConverter = (JsonConverter<OpenApiJsonSchema>)options.
GetTypeInfo
(typeof(OpenApiJsonSchema)).Converter;
295
var additionalPropsConverter = (JsonConverter<OpenApiJsonSchema>)options.
GetTypeInfo
(typeof(OpenApiJsonSchema)).Converter;
Services\Schemas\OpenApiSchemaService.cs (7)
238
schemaAsJsonObject.ApplyParameterInfo(parameterDescription, _jsonSerializerOptions.
GetTypeInfo
(type));
257
var jsonTypeInfo = _jsonSerializerOptions.
GetTypeInfo
(t);
381
var jsonTypeInfo = _jsonSerializerOptions.
GetTypeInfo
(type);
418
var derivedJsonTypeInfo = _jsonSerializerOptions.
GetTypeInfo
(derivedType.DerivedType);
431
var elementTypeInfo = _jsonSerializerOptions.
GetTypeInfo
(jsonTypeInfo.ElementType);
441
await InnerApplySchemaTransformersAsync(propertySchema, _jsonSerializerOptions.
GetTypeInfo
(propertyInfo.PropertyType), propertyInfo, context, transformer, cancellationToken);
449
var elementTypeInfo = _jsonSerializerOptions.
GetTypeInfo
(jsonTypeInfo.ElementType);
Microsoft.AspNetCore.OpenApi.Tests (1)
Extensions\JsonTypeInfoExtensionsTests.cs (1)
90
var jsonTypeInfo = JsonSerializerOptions.Default.
GetTypeInfo
(type);
Microsoft.AspNetCore.Routing (1)
src\Shared\Json\JsonSerializerExtensions.cs (1)
22
return options.
GetTypeInfo
(type);
Microsoft.AspNetCore.SignalR.Tests (5)
AppJsonSerializerContext.Char.g.cs (1)
24
get => _Char ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<char>)Options.
GetTypeInfo
(typeof(char));
AppJsonSerializerContext.Int16.g.cs (1)
24
get => _Int16 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<short>)Options.
GetTypeInfo
(typeof(short));
AppJsonSerializerContext.Int32.g.cs (1)
24
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
AppJsonSerializerContext.Object.g.cs (1)
24
get => _Object ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object>)Options.
GetTypeInfo
(typeof(object));
AppJsonSerializerContext.String.g.cs (1)
24
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
Microsoft.AspNetCore.StaticAssets (11)
StaticAssetsManifestJsonContext.Int32.g.cs (1)
22
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
StaticAssetsManifestJsonContext.IReadOnlyListStaticAssetProperty.g.cs (1)
22
get => _IReadOnlyListStaticAssetProperty ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.StaticAssets.StaticAssetProperty>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.StaticAssets.StaticAssetProperty>));
StaticAssetsManifestJsonContext.IReadOnlyListStaticAssetResponseHeader.g.cs (1)
22
get => _IReadOnlyListStaticAssetResponseHeader ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.StaticAssets.StaticAssetResponseHeader>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.StaticAssets.StaticAssetResponseHeader>));
StaticAssetsManifestJsonContext.IReadOnlyListStaticAssetSelector.g.cs (1)
22
get => _IReadOnlyListStaticAssetSelector ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.StaticAssets.StaticAssetSelector>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.StaticAssets.StaticAssetSelector>));
StaticAssetsManifestJsonContext.ListStaticAssetDescriptor.g.cs (1)
22
get => _ListStaticAssetDescriptor ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.StaticAssets.StaticAssetDescriptor>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.List<global::Microsoft.AspNetCore.StaticAssets.StaticAssetDescriptor>));
StaticAssetsManifestJsonContext.StaticAssetDescriptor.g.cs (1)
22
get => _StaticAssetDescriptor ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.StaticAssets.StaticAssetDescriptor>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.StaticAssets.StaticAssetDescriptor));
StaticAssetsManifestJsonContext.StaticAssetProperty.g.cs (1)
22
get => _StaticAssetProperty ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.StaticAssets.StaticAssetProperty>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.StaticAssets.StaticAssetProperty));
StaticAssetsManifestJsonContext.StaticAssetResponseHeader.g.cs (1)
22
get => _StaticAssetResponseHeader ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.StaticAssets.StaticAssetResponseHeader>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.StaticAssets.StaticAssetResponseHeader));
StaticAssetsManifestJsonContext.StaticAssetSelector.g.cs (1)
22
get => _StaticAssetSelector ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.StaticAssets.StaticAssetSelector>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.StaticAssets.StaticAssetSelector));
StaticAssetsManifestJsonContext.StaticAssetsManifest.g.cs (1)
22
get => _StaticAssetsManifest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.StaticAssets.StaticAssetsManifest>)Options.
GetTypeInfo
(typeof(global::Microsoft.AspNetCore.StaticAssets.StaticAssetsManifest));
StaticAssetsManifestJsonContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));
Microsoft.Extensions.AI (12)
ChatCompletion\ChatClientStructuredOutputExtensions.cs (1)
169
}, AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(JsonObject)));
ChatCompletion\ChatResponse{T}.cs (1)
150
deserialized = DeserializeFirstTopLevelObject(json!, (JsonTypeInfo<T>)_serializerOptions.
GetTypeInfo
(typeof(T)));
ChatCompletion\DistributedCachingChatClient.cs (4)
79
return (ChatResponse?)JsonSerializer.Deserialize(existingJson, JsonSerializerOptions.
GetTypeInfo
(typeof(ChatResponse)));
93
return (IReadOnlyList<ChatResponseUpdate>?)JsonSerializer.Deserialize(existingJson, JsonSerializerOptions.
GetTypeInfo
(typeof(IReadOnlyList<ChatResponseUpdate>)));
106
var newJson = JsonSerializer.SerializeToUtf8Bytes(value, JsonSerializerOptions.
GetTypeInfo
(typeof(ChatResponse)));
117
var newJson = JsonSerializer.SerializeToUtf8Bytes(value, JsonSerializerOptions.
GetTypeInfo
(typeof(IReadOnlyList<ChatResponseUpdate>)));
ChatCompletion\OpenTelemetryChatClient.cs (3)
493
return JsonSerializer.Serialize(output, _defaultOptions.
GetTypeInfo
(typeof(IList<object>)));
799
JsonSerializer.Serialize(new object[1] { new OtelGenericPart { Content = options!.Instructions } }, _defaultOptions.
GetTypeInfo
(typeof(IList<object>))));
946
private static readonly JsonElement _emptyObject = JsonSerializer.SerializeToElement(new object(), _defaultOptions.
GetTypeInfo
(typeof(object)));
Embeddings\DistributedCachingEmbeddingGenerator.cs (2)
83
return JsonSerializer.Deserialize(existingJson, (JsonTypeInfo<TEmbedding>)_jsonSerializerOptions.
GetTypeInfo
(typeof(TEmbedding)));
96
var newJson = JsonSerializer.SerializeToUtf8Bytes(value, (JsonTypeInfo<TEmbedding>)_jsonSerializerOptions.
GetTypeInfo
(typeof(TEmbedding)));
Embeddings\LoggingEmbeddingGenerator.cs (1)
90
private string AsJson<T>(T value) => JsonSerializer.Serialize(value, _jsonSerializerOptions.
GetTypeInfo
(typeof(T)));
Microsoft.Extensions.AI.Abstractions (8)
Functions\AIFunctionFactory.cs (5)
832
JsonTypeInfo? typeInfo = serializerOptions.
GetTypeInfo
(parameterType);
870
string json = JsonSerializer.Serialize(value, serializerOptions.
GetTypeInfo
(value.GetType()));
989
returnTypeInfo = serializerOptions.
GetTypeInfo
(returnType);
1030
returnTypeInfo = serializerOptions.
GetTypeInfo
(returnType);
1056
returnTypeInfo = serializerOptions.
GetTypeInfo
(returnType);
Utilities\AIJsonUtilities.cs (1)
88
JsonTypeInfo jti = serializerOptions.
GetTypeInfo
(typeof(object));
Utilities\AIJsonUtilities.Schema.Create.cs (2)
243
? JsonSerializer.SerializeToNode(defaultValue, serializerOptions.
GetTypeInfo
(defaultValue.GetType()))
692
if (allowedValue is not null && JsonSerializer.SerializeToNode(allowedValue, serializerOptions.
GetTypeInfo
(allowedValue.GetType())) is { } valueNode)
Microsoft.Extensions.AI.Abstractions.Tests (9)
ChatCompletion\ChatResponseFormatTests.cs (1)
167
JsonSerializer.Serialize(format.Schema, AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(JsonElement))));
Contents\AIAnnotationTests.cs (2)
52
string json = JsonSerializer.Serialize(original, AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(AIAnnotation)));
55
var deserialized = (AIAnnotation?)JsonSerializer.Deserialize(json, AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(AIAnnotation)));
Contents\AIContentTests.cs (2)
48
string json = JsonSerializer.Serialize(original, AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(AIContent)));
51
AIContent? deserialized = (AIContent?)JsonSerializer.Deserialize(json, AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(AIContent)));
Contents\CitationAnnotationTests.cs (2)
78
string json = JsonSerializer.Serialize(original, AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(CitationAnnotation)));
81
var deserialized = (CitationAnnotation?)JsonSerializer.Deserialize(json, AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(CitationAnnotation)));
Utilities\AIJsonUtilitiesTests.cs (2)
600
JsonTypeInfo typeInfo = options.
GetTypeInfo
(testData.Type);
1568
JsonTypeInfo typeInfo = options.
GetTypeInfo
(testData.Type);
Microsoft.Extensions.AI.Evaluation.Quality (2)
ChatMessageExtensions.cs (1)
24
AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(ChatMessage)));
ChatResponseExtensions.cs (1)
39
AIJsonUtilities.DefaultOptions.
GetTypeInfo
(contentType));
Microsoft.Extensions.AI.Evaluation.Reporting (3)
JsonSerialization\EvaluationContextConverter.cs (2)
68
JsonTypeInfo contentsTypeInfo = options.
GetTypeInfo
(typeof(IReadOnlyList<AIContent>));
90
JsonTypeInfo contentsTypeInfo = options.
GetTypeInfo
(typeof(IReadOnlyList<AIContent>));
JsonSerialization\JsonUtilities.cs (1)
30
private static JsonTypeInfo<T> GetTypeInfo<T>(this JsonSerializerOptions options) => (JsonTypeInfo<T>)options.
GetTypeInfo
(typeof(T));
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (3)
JsonSerialization\AzureStorageJsonUtilities.cs (1)
27
private static JsonTypeInfo<T> GetTypeInfo<T>(this JsonSerializerOptions options) => (JsonTypeInfo<T>)options.
GetTypeInfo
(typeof(T));
src\Libraries\Microsoft.Extensions.AI.Evaluation.Reporting\CSharp\JsonSerialization\EvaluationContextConverter.cs (2)
68
JsonTypeInfo contentsTypeInfo = options.
GetTypeInfo
(typeof(IReadOnlyList<AIContent>));
90
JsonTypeInfo contentsTypeInfo = options.
GetTypeInfo
(typeof(IReadOnlyList<AIContent>));
Microsoft.Extensions.AI.OpenAI (8)
MicrosoftExtensionsAIChatExtensions.cs (2)
75
new BinaryData(JsonSerializer.SerializeToUtf8Bytes(c.Arguments, AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(IDictionary<string, object?>))))));
160
functionArgumentsUpdate: new(JsonSerializer.SerializeToUtf8Bytes(fcc.Arguments, AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(IDictionary<string, object?>))))))
OpenAIChatClient.cs (2)
187
result = JsonSerializer.Serialize(resultContent.Result, AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(object)));
215
fc.Arguments, AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(IDictionary<string, object?>))))));
OpenAIImageGenerator.cs (1)
123
var stringJsonTypeInfo = (JsonTypeInfo<string>)AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(string));
OpenAIResponsesChatClient.cs (3)
1080
Text = JsonSerializer.Serialize(content, AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(object))),
1116
result = JsonSerializer.Serialize(resultContent.Result, AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(object)));
1165
AIJsonUtilities.DefaultOptions.
GetTypeInfo
(typeof(IDictionary<string, object?>)))));
Microsoft.ML.Tokenizers (4)
ModelSourceGenerationContext.DictionaryStringSpanOrdinalKeyInt32.g.cs (1)
20
get => _DictionaryStringSpanOrdinalKeyInt32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<global::Microsoft.ML.Tokenizers.StringSpanOrdinalKey, int>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.Dictionary<global::Microsoft.ML.Tokenizers.StringSpanOrdinalKey, int>));
ModelSourceGenerationContext.Int32.g.cs (1)
20
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
ModelSourceGenerationContext.StringSpanOrdinalKey.g.cs (1)
20
get => _StringSpanOrdinalKey ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.ML.Tokenizers.StringSpanOrdinalKey>)Options.
GetTypeInfo
(typeof(global::Microsoft.ML.Tokenizers.StringSpanOrdinalKey));
ModelSourceGenerationContext.Vocabulary.g.cs (1)
20
get => _Vocabulary ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.ML.Tokenizers.Vocabulary>)Options.
GetTypeInfo
(typeof(global::Microsoft.ML.Tokenizers.Vocabulary));
Sample (64)
artifacts\obj\Sample\Release\net11.0\generated\Microsoft.AspNetCore.Http.RequestDelegateGenerator\Microsoft.AspNetCore.Http.RequestDelegateGenerator.RequestDelegateGenerator\GeneratedRouteBuilderExtensions.g.cs (64)
91
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
203
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
324
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
446
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
583
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
584
var responseJsonTypeInfo = (JsonTypeInfo<global::TodoWithDueDate?>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::TodoWithDueDate));
668
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
669
var responseJsonTypeInfo = (JsonTypeInfo<global::Triangle?>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::Triangle));
753
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
754
var responseJsonTypeInfo = (JsonTypeInfo<global::Shape?>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::Shape));
837
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
924
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
1011
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
1101
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
1276
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
1400
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
1509
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
1510
var responseJsonTypeInfo = (JsonTypeInfo<global::System.Int32>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::System.Int32));
1650
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
1651
var responseJsonTypeInfo = (JsonTypeInfo<global::System.Int32>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::System.Int32));
1772
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
1773
var responseJsonTypeInfo = (JsonTypeInfo<global::System.Int32>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::System.Int32));
1875
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
1876
var responseJsonTypeInfo = (JsonTypeInfo<global::System.Collections.Generic.Dictionary<global::System.String, global::System.Int32>?>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::System.Collections.Generic.Dictionary<global::System.String, global::System.Int32>));
1960
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
1961
var responseJsonTypeInfo = (JsonTypeInfo<global::System.Collections.Immutable.ImmutableDictionary<global::System.String, global::System.Int32>?>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::System.Collections.Immutable.ImmutableDictionary<global::System.String, global::System.Int32>));
2062
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
2181
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
2300
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
2419
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
2538
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
2657
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
2776
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
2895
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
3018
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
3144
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
3270
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
3374
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
3479
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
3602
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
3725
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
3830
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
3918
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
3919
var responseJsonTypeInfo = (JsonTypeInfo<global::SchemasEndpointsExtensions.NullableResponseModel?>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::SchemasEndpointsExtensions.NullableResponseModel));
4020
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
4143
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
4266
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
4371
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
4458
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
4549
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
4550
var responseJsonTypeInfo = (JsonTypeInfo<global::System.Guid[]?>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::System.Guid[]));
4688
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
4797
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
4798
var responseJsonTypeInfo = (JsonTypeInfo<global::TodoWithDueDate?>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::TodoWithDueDate));
4919
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
4920
var responseJsonTypeInfo = (JsonTypeInfo<global::System.String[]?>)jsonSerializerOptions.
GetTypeInfo
(typeof(global::System.String[]));
5002
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
5108
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
5231
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
5350
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
5469
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
5588
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
5707
var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.
GetTypeInfo
(typeof(object));
5969
var jsonTypeInfo = (JsonTypeInfo<T>)jsonSerializerOptions.
GetTypeInfo
(typeof(T));
System.Net.Http.Json (1)
System\Net\Http\Json\JsonHelpers.cs (1)
25
return options.
GetTypeInfo
(type);
System.Text.Json (2)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
182
JsonTypeInfo elementTypeInfo = typeInfo.Options.
GetTypeInfo
(elementConverter.Type!);
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (1)
104
return (JsonTypeInfo<T>)
GetTypeInfo
(typeof(T));
Wasm.Performance.TestApp (6)
PersonJsonContext.Boolean.g.cs (1)
22
get => _Boolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool>)Options.
GetTypeInfo
(typeof(bool));
PersonJsonContext.DictionaryStringBoolean.g.cs (1)
22
get => _DictionaryStringBoolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, bool>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.Dictionary<string, bool>));
PersonJsonContext.Int32.g.cs (1)
22
get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.
GetTypeInfo
(typeof(int));
PersonJsonContext.ListPerson.g.cs (1)
22
get => _ListPerson ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Wasm.Performance.TestApp.Person>>)Options.
GetTypeInfo
(typeof(global::System.Collections.Generic.List<global::Wasm.Performance.TestApp.Person>));
PersonJsonContext.Person.g.cs (1)
22
get => _Person ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Wasm.Performance.TestApp.Person>)Options.
GetTypeInfo
(typeof(global::Wasm.Performance.TestApp.Person));
PersonJsonContext.String.g.cs (1)
22
get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.
GetTypeInfo
(typeof(string));