383 references to GetTypeInfo
Microsoft.AspNetCore.Authentication.BearerToken (4)
BearerTokenHandler.cs (1)
87?.Value?.SerializerOptions?.GetTypeInfo(typeof(AccessTokenResponse)) as JsonTypeInfo<AccessTokenResponse>;
BearerTokenJsonSerializerContext.AccessTokenResponse.g.cs (1)
22get => _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)
22get => _Int64 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<long>)Options.GetTypeInfo(typeof(long));
BearerTokenJsonSerializerContext.String.g.cs (1)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
Microsoft.AspNetCore.Authentication.Twitter (5)
TwitterJsonContext.Int32.g.cs (1)
24get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
TwitterJsonContext.ListTwitterError.g.cs (1)
24get => _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)
24get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
TwitterJsonContext.TwitterError.g.cs (1)
24get => _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)
24get => _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 (44)
ImportMapSerializerContext.ImportMapDefinition.g.cs (1)
22get => _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)
22get => _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)
22get => _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)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
JsonTempDataSerializerContext.Boolean.g.cs (1)
22get => _Boolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool>)Options.GetTypeInfo(typeof(bool));
JsonTempDataSerializerContext.DateTime.g.cs (1)
22get => _DateTime ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.DateTime>)Options.GetTypeInfo(typeof(global::System.DateTime));
JsonTempDataSerializerContext.Guid.g.cs (1)
22get => _Guid ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Guid>)Options.GetTypeInfo(typeof(global::System.Guid));
JsonTempDataSerializerContext.ICollectionBoolean.g.cs (1)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
JsonTempDataSerializerContext.NullableBoolean.g.cs (1)
22get => _NullableBoolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool?>)Options.GetTypeInfo(typeof(bool?));
JsonTempDataSerializerContext.NullableDateTime.g.cs (1)
22get => _NullableDateTime ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.DateTime?>)Options.GetTypeInfo(typeof(global::System.DateTime?));
JsonTempDataSerializerContext.NullableGuid.g.cs (1)
22get => _NullableGuid ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Guid?>)Options.GetTypeInfo(typeof(global::System.Guid?));
JsonTempDataSerializerContext.NullableInt32.g.cs (1)
22get => _NullableInt32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int?>)Options.GetTypeInfo(typeof(int?));
JsonTempDataSerializerContext.Object.g.cs (1)
22get => _Object ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object>)Options.GetTypeInfo(typeof(object));
JsonTempDataSerializerContext.ObjectArray.g.cs (1)
22get => _ObjectArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object[]>)Options.GetTypeInfo(typeof(object[]));
JsonTempDataSerializerContext.String.g.cs (1)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
PrerenderComponentApplicationStoreSerializerContext.ByteArray.g.cs (1)
22get => _ByteArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<byte[]>)Options.GetTypeInfo(typeof(byte[]));
PrerenderComponentApplicationStoreSerializerContext.DictionaryStringByteArray.g.cs (1)
22get => _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)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
ResourceCollectionSerializerContext.IReadOnlyListResourceAsset.g.cs (1)
24get => _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)
24get => _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)
24get => _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)
24get => _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)
24get => _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)
24get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
Microsoft.AspNetCore.Components.Server (10)
CircuitPersistenceManagerSerializerContext.ComponentMarker.g.cs (1)
24get => _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)
24get => _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)
24get => _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)
24get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
CircuitPersistenceManagerSerializerContext.NullableComponentMarkerKey.g.cs (1)
24get => _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)
24get => _NullableInt32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int?>)Options.GetTypeInfo(typeof(int?));
CircuitPersistenceManagerSerializerContext.String.g.cs (1)
24get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
PrerenderComponentApplicationStoreSerializerContext.ByteArray.g.cs (1)
22get => _ByteArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<byte[]>)Options.GetTypeInfo(typeof(byte[]));
PrerenderComponentApplicationStoreSerializerContext.DictionaryStringByteArray.g.cs (1)
22get => _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)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
Microsoft.AspNetCore.Components.Web (9)
WebRendererSerializerContext.DictionaryStringJSComponentParameterArray.g.cs (1)
22get => _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)
22get => _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)
22get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
WebRendererSerializerContext.JSComponentParameter.g.cs (1)
22get => _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)
22get => _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)
22get => _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)
22get => _Object ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object>)Options.GetTypeInfo(typeof(object));
WebRendererSerializerContext.ObjectArray.g.cs (1)
22get => _ObjectArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object[]>)Options.GetTypeInfo(typeof(object[]));
WebRendererSerializerContext.String.g.cs (1)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
Microsoft.AspNetCore.Components.WebAssembly (20)
PrerenderComponentApplicationStoreSerializerContext.ByteArray.g.cs (1)
22get => _ByteArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<byte[]>)Options.GetTypeInfo(typeof(byte[]));
PrerenderComponentApplicationStoreSerializerContext.DictionaryStringByteArray.g.cs (1)
22get => _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)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (1)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
WebAssemblyJsonSerializerContext.Int64.g.cs (1)
22get => _Int64 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<long>)Options.GetTypeInfo(typeof(long));
WebAssemblyJsonSerializerContext.JsonElement.g.cs (1)
22get => _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)
22get => _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)
22get => _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)
22get => _NullableInt32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int?>)Options.GetTypeInfo(typeof(int?));
WebAssemblyJsonSerializerContext.Object.g.cs (1)
22get => _Object ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object>)Options.GetTypeInfo(typeof(object));
WebAssemblyJsonSerializerContext.RootComponentOperation.g.cs (1)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
Microsoft.AspNetCore.Components.WebView (10)
SourceGenerationContext.DictionaryStringStaticWebAssetNode.g.cs (1)
24get => _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)
24get => _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)
24get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
SourceGenerationContext.StaticWebAssetManifest.g.cs (1)
24get => _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)
24get => _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)
24get => _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)
24get => _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)
24get => _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)
24get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
SourceGenerationContext.StringArray.g.cs (1)
24get => _StringArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string[]>)Options.GetTypeInfo(typeof(string[]));
Microsoft.AspNetCore.Diagnostics (6)
ExtensionsExceptionJsonContext.ExceptionExtensionData.g.cs (1)
22get => _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)
22get => _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)
22get => _Object ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object>)Options.GetTypeInfo(typeof(object));
ExtensionsExceptionJsonContext.RouteValueDictionary.g.cs (1)
22get => _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)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
ExtensionsExceptionJsonContext.StringValues.g.cs (1)
22get => _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)
24get => _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)
24get => _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)
24get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
SourceGenerationContext.StaticWebAssetManifest.g.cs (1)
24get => _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)
24get => _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)
24get => _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)
24get => _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)
24get => _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)
24get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
SourceGenerationContext.StringArray.g.cs (1)
24get => _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)
46return request.ReadFromJsonAsync(jsonTypeInfo: (JsonTypeInfo<TValue>)options.GetTypeInfo(typeof(TValue)), cancellationToken); 236return request.ReadFromJsonAsync(jsonTypeInfo: options.GetTypeInfo(type), cancellationToken);
ProblemDetailsJsonContext.HttpValidationProblemDetails.g.cs (1)
22get => _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)
22get => _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)
22get => _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)
22get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
ProblemDetailsJsonContext.JsonElement.g.cs (1)
22get => _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)
22get => _NullableInt32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int?>)Options.GetTypeInfo(typeof(int?));
ProblemDetailsJsonContext.Object.g.cs (1)
22get => _Object ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object>)Options.GetTypeInfo(typeof(object));
ProblemDetailsJsonContext.ProblemDetails.g.cs (1)
22get => _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)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
ProblemDetailsJsonContext.StringArray.g.cs (1)
22get => _StringArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string[]>)Options.GetTypeInfo(typeof(string[]));
src\Shared\Json\JsonSerializerExtensions.cs (1)
22return options.GetTypeInfo(type);
Microsoft.AspNetCore.Http.Microbenchmarks (7)
SharedTestJsonContext.Boolean.g.cs (1)
22get => _Boolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool>)Options.GetTypeInfo(typeof(bool));
SharedTestJsonContext.IAsyncEnumerableJsonTodo.g.cs (1)
22get => _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)
22get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
SharedTestJsonContext.JsonTodo.g.cs (1)
22get => _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)
22get => _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)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
SharedTestJsonContext.Todo.g.cs (1)
22get => _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)
38var jsonTypeInfo = (JsonTypeInfo<TValue>)jsonSerializerOptions.GetTypeInfo(typeof(TValue));
ServerSentEventsResult.cs (2)
83var jsonTypeInfo = jsonOptions.SerializerOptions.GetTypeInfo(typeof(T)); 88: jsonOptions.SerializerOptions.GetTypeInfo(typeof(object));
src\Shared\Json\JsonSerializerExtensions.cs (1)
22return options.GetTypeInfo(type);
Microsoft.AspNetCore.Http.Results.Tests (12)
ObjectJsonContext.Object.g.cs (1)
24get => _Object ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object>)Options.GetTypeInfo(typeof(object));
StringJsonContext.String.g.cs (1)
24get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
TestJsonContext.Boolean.g.cs (1)
24get => _Boolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool>)Options.GetTypeInfo(typeof(bool));
TestJsonContext.IAsyncEnumerableJsonTodo.g.cs (1)
24get => _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)
24get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
TestJsonContext.JsonTodo.g.cs (1)
24get => _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)
24get => _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)
24get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
TestJsonContext.Todo.g.cs (1)
24get => _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)
24get => _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)
24get => _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)
24get => _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)
94var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 95var registration_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.RegisterRequest>)jsonSerializerOptions.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.Data.RegisterRequest)); 214var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 215var login_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.LoginRequest>)jsonSerializerOptions.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.Data.LoginRequest)); 398var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 399var refreshRequest_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.RefreshRequest>)jsonSerializerOptions.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.Data.RefreshRequest)); 515var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 661var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 662var resendRequest_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.ResendConfirmationEmailRequest>)jsonSerializerOptions.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.Data.ResendConfirmationEmailRequest)); 779var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 780var resetRequest_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.ForgotPasswordRequest>)jsonSerializerOptions.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.Data.ForgotPasswordRequest)); 895var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 896var resetRequest_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest>)jsonSerializerOptions.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)); 1012var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 1013var tfaRequest_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest>)jsonSerializerOptions.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest)); 1129var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 1234var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 1235var infoRequest_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.InfoRequest>)jsonSerializerOptions.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.Data.InfoRequest));
IdentityEndpointsJsonSerializerContext.Boolean.g.cs (1)
22get => _Boolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool>)Options.GetTypeInfo(typeof(bool));
IdentityEndpointsJsonSerializerContext.ForgotPasswordRequest.g.cs (1)
22get => _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)
22get => _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)
22get => _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)
22get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
IdentityEndpointsJsonSerializerContext.LoginRequest.g.cs (1)
22get => _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)
22get => _NullableBoolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool?>)Options.GetTypeInfo(typeof(bool?));
IdentityEndpointsJsonSerializerContext.RefreshRequest.g.cs (1)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
IdentityEndpointsJsonSerializerContext.StringArray.g.cs (1)
22get => _StringArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string[]>)Options.GetTypeInfo(typeof(string[]));
IdentityEndpointsJsonSerializerContext.TwoFactorRequest.g.cs (1)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _Boolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool>)Options.GetTypeInfo(typeof(bool));
IdentityJsonSerializerContext.BufferSource.g.cs (1)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _NullableBoolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool?>)Options.GetTypeInfo(typeof(bool?));
IdentityJsonSerializerContext.NullableJsonElement.g.cs (1)
22get => _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)
22get => _NullableUInt64 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<ulong?>)Options.GetTypeInfo(typeof(ulong?));
IdentityJsonSerializerContext.PasskeyAssertionState.g.cs (1)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _ReadOnlyMemoryByte ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.ReadOnlyMemory<byte>>)Options.GetTypeInfo(typeof(global::System.ReadOnlyMemory<byte>));
IdentityJsonSerializerContext.String.g.cs (1)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
IdentityJsonSerializerContext.StringArray.g.cs (1)
22get => _StringArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string[]>)Options.GetTypeInfo(typeof(string[]));
IdentityJsonSerializerContext.TokenBinding.g.cs (1)
22get => _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)
22get => _UInt64 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<ulong>)Options.GetTypeInfo(typeof(ulong));
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
Internal\PocoAdapter.cs (1)
204var typeInfo = serializerOptions.GetTypeInfo(target.GetType());
JsonPatchDocumentOfT.cs (1)
727var jsonTypeInfo = SerializerOptions.GetTypeInfo(memberExpression.Expression.Type);
Microsoft.AspNetCore.Mvc.Core (2)
Formatters\SystemTextJsonOutputFormatter.cs (1)
77var declaredTypeJsonInfo = SerializerOptions.GetTypeInfo(context.ObjectType);
src\Shared\Json\JsonSerializerExtensions.cs (1)
22return options.GetTypeInfo(type);
Microsoft.AspNetCore.Mvc.Core.Test (6)
TestJsonContext.IAsyncEnumerableJsonPerson.g.cs (1)
24get => _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)
24get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
TestJsonContext.JsonPerson.g.cs (1)
24get => _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)
24get => _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)
24get => _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)
24get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
Microsoft.AspNetCore.Mvc.Testing (2)
CustomJsonSerializerContext.IDictionaryStringString.g.cs (1)
24get => _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)
24get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
Microsoft.AspNetCore.OpenApi (14)
Extensions\JsonNodeSchemaExtensions.cs (1)
403var jsonDerivedType = context.TypeInfo.Options.GetTypeInfo(derivedType.DerivedType);
GeneratedRouteBuilderExtensions.g.cs (1)
90var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object));
OpenApiJsonSchemaContext.JsonNode.g.cs (1)
22get => _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)
22get => _OpenApiJsonSchema ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::OpenApiJsonSchema>)Options.GetTypeInfo(typeof(global::OpenApiJsonSchema));
OpenApiJsonSchemaContext.String.g.cs (1)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
Schemas\OpenApiJsonSchema.Helpers.cs (2)
223var valueConverter = (JsonConverter<OpenApiJsonSchema>)options.GetTypeInfo(typeof(OpenApiJsonSchema)).Converter; 295var additionalPropsConverter = (JsonConverter<OpenApiJsonSchema>)options.GetTypeInfo(typeof(OpenApiJsonSchema)).Converter;
Services\Schemas\OpenApiSchemaService.cs (7)
234schemaAsJsonObject.ApplyParameterInfo(parameterDescription, _jsonSerializerOptions.GetTypeInfo(type)); 253var jsonTypeInfo = _jsonSerializerOptions.GetTypeInfo(t); 377var jsonTypeInfo = _jsonSerializerOptions.GetTypeInfo(type); 414var derivedJsonTypeInfo = _jsonSerializerOptions.GetTypeInfo(derivedType.DerivedType); 427var elementTypeInfo = _jsonSerializerOptions.GetTypeInfo(jsonTypeInfo.ElementType); 437await InnerApplySchemaTransformersAsync(propertySchema, _jsonSerializerOptions.GetTypeInfo(propertyInfo.PropertyType), propertyInfo, context, transformer, cancellationToken); 445var elementTypeInfo = _jsonSerializerOptions.GetTypeInfo(jsonTypeInfo.ElementType);
Microsoft.AspNetCore.OpenApi.Tests (1)
Extensions\JsonTypeInfoExtensionsTests.cs (1)
87var jsonTypeInfo = JsonSerializerOptions.Default.GetTypeInfo(type);
Microsoft.AspNetCore.Routing (1)
src\Shared\Json\JsonSerializerExtensions.cs (1)
22return options.GetTypeInfo(type);
Microsoft.AspNetCore.SignalR.Tests (5)
AppJsonSerializerContext.Char.g.cs (1)
24get => _Char ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<char>)Options.GetTypeInfo(typeof(char));
AppJsonSerializerContext.Int16.g.cs (1)
24get => _Int16 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<short>)Options.GetTypeInfo(typeof(short));
AppJsonSerializerContext.Int32.g.cs (1)
24get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
AppJsonSerializerContext.Object.g.cs (1)
24get => _Object ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object>)Options.GetTypeInfo(typeof(object));
AppJsonSerializerContext.String.g.cs (1)
24get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
Microsoft.AspNetCore.StaticAssets (11)
StaticAssetsManifestJsonContext.Int32.g.cs (1)
22get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
StaticAssetsManifestJsonContext.IReadOnlyListStaticAssetProperty.g.cs (1)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
22get => _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)
150deserialized = DeserializeFirstTopLevelObject(json!, (JsonTypeInfo<T>)_serializerOptions.GetTypeInfo(typeof(T)));
ChatCompletion\DistributedCachingChatClient.cs (4)
79return (ChatResponse?)JsonSerializer.Deserialize(existingJson, JsonSerializerOptions.GetTypeInfo(typeof(ChatResponse))); 93return (IReadOnlyList<ChatResponseUpdate>?)JsonSerializer.Deserialize(existingJson, JsonSerializerOptions.GetTypeInfo(typeof(IReadOnlyList<ChatResponseUpdate>))); 106var newJson = JsonSerializer.SerializeToUtf8Bytes(value, JsonSerializerOptions.GetTypeInfo(typeof(ChatResponse))); 117var newJson = JsonSerializer.SerializeToUtf8Bytes(value, JsonSerializerOptions.GetTypeInfo(typeof(IReadOnlyList<ChatResponseUpdate>)));
ChatCompletion\OpenTelemetryChatClient.cs (3)
493return JsonSerializer.Serialize(output, _defaultOptions.GetTypeInfo(typeof(IList<object>))); 799JsonSerializer.Serialize(new object[1] { new OtelGenericPart { Content = options!.Instructions } }, _defaultOptions.GetTypeInfo(typeof(IList<object>)))); 946private static readonly JsonElement _emptyObject = JsonSerializer.SerializeToElement(new object(), _defaultOptions.GetTypeInfo(typeof(object)));
Embeddings\DistributedCachingEmbeddingGenerator.cs (2)
83return JsonSerializer.Deserialize(existingJson, (JsonTypeInfo<TEmbedding>)_jsonSerializerOptions.GetTypeInfo(typeof(TEmbedding))); 96var newJson = JsonSerializer.SerializeToUtf8Bytes(value, (JsonTypeInfo<TEmbedding>)_jsonSerializerOptions.GetTypeInfo(typeof(TEmbedding)));
Embeddings\LoggingEmbeddingGenerator.cs (1)
90private string AsJson<T>(T value) => JsonSerializer.Serialize(value, _jsonSerializerOptions.GetTypeInfo(typeof(T)));
Microsoft.Extensions.AI.Abstractions (7)
Functions\AIFunctionFactory.cs (5)
832JsonTypeInfo? typeInfo = serializerOptions.GetTypeInfo(parameterType); 870string json = JsonSerializer.Serialize(value, serializerOptions.GetTypeInfo(value.GetType())); 989returnTypeInfo = serializerOptions.GetTypeInfo(returnType); 1030returnTypeInfo = serializerOptions.GetTypeInfo(returnType); 1056returnTypeInfo = serializerOptions.GetTypeInfo(returnType);
Utilities\AIJsonUtilities.cs (1)
88JsonTypeInfo jti = serializerOptions.GetTypeInfo(typeof(object));
Utilities\AIJsonUtilities.Schema.Create.cs (1)
243? JsonSerializer.SerializeToNode(defaultValue, serializerOptions.GetTypeInfo(defaultValue.GetType()))
Microsoft.Extensions.AI.Abstractions.Tests (9)
ChatCompletion\ChatResponseFormatTests.cs (1)
167JsonSerializer.Serialize(format.Schema, AIJsonUtilities.DefaultOptions.GetTypeInfo(typeof(JsonElement))));
Contents\AIAnnotationTests.cs (2)
52string json = JsonSerializer.Serialize(original, AIJsonUtilities.DefaultOptions.GetTypeInfo(typeof(AIAnnotation))); 55var deserialized = (AIAnnotation?)JsonSerializer.Deserialize(json, AIJsonUtilities.DefaultOptions.GetTypeInfo(typeof(AIAnnotation)));
Contents\AIContentTests.cs (2)
48string json = JsonSerializer.Serialize(original, AIJsonUtilities.DefaultOptions.GetTypeInfo(typeof(AIContent))); 51AIContent? deserialized = (AIContent?)JsonSerializer.Deserialize(json, AIJsonUtilities.DefaultOptions.GetTypeInfo(typeof(AIContent)));
Contents\CitationAnnotationTests.cs (2)
78string json = JsonSerializer.Serialize(original, AIJsonUtilities.DefaultOptions.GetTypeInfo(typeof(CitationAnnotation))); 81var deserialized = (CitationAnnotation?)JsonSerializer.Deserialize(json, AIJsonUtilities.DefaultOptions.GetTypeInfo(typeof(CitationAnnotation)));
Utilities\AIJsonUtilitiesTests.cs (2)
600JsonTypeInfo typeInfo = options.GetTypeInfo(testData.Type); 1568JsonTypeInfo typeInfo = options.GetTypeInfo(testData.Type);
Microsoft.Extensions.AI.Evaluation.Quality (2)
ChatMessageExtensions.cs (1)
24AIJsonUtilities.DefaultOptions.GetTypeInfo(typeof(ChatMessage)));
ChatResponseExtensions.cs (1)
39AIJsonUtilities.DefaultOptions.GetTypeInfo(contentType));
Microsoft.Extensions.AI.Evaluation.Reporting (3)
JsonSerialization\EvaluationContextConverter.cs (2)
68JsonTypeInfo contentsTypeInfo = options.GetTypeInfo(typeof(IReadOnlyList<AIContent>)); 90JsonTypeInfo contentsTypeInfo = options.GetTypeInfo(typeof(IReadOnlyList<AIContent>));
JsonSerialization\JsonUtilities.cs (1)
30private 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)
27private 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)
68JsonTypeInfo contentsTypeInfo = options.GetTypeInfo(typeof(IReadOnlyList<AIContent>)); 90JsonTypeInfo contentsTypeInfo = options.GetTypeInfo(typeof(IReadOnlyList<AIContent>));
Microsoft.Extensions.AI.OpenAI (8)
MicrosoftExtensionsAIChatExtensions.cs (2)
75new BinaryData(JsonSerializer.SerializeToUtf8Bytes(c.Arguments, AIJsonUtilities.DefaultOptions.GetTypeInfo(typeof(IDictionary<string, object?>)))))); 160functionArgumentsUpdate: new(JsonSerializer.SerializeToUtf8Bytes(fcc.Arguments, AIJsonUtilities.DefaultOptions.GetTypeInfo(typeof(IDictionary<string, object?>))))))
OpenAIChatClient.cs (2)
187result = JsonSerializer.Serialize(resultContent.Result, AIJsonUtilities.DefaultOptions.GetTypeInfo(typeof(object))); 215fc.Arguments, AIJsonUtilities.DefaultOptions.GetTypeInfo(typeof(IDictionary<string, object?>))))));
OpenAIImageGenerator.cs (1)
123var stringJsonTypeInfo = (JsonTypeInfo<string>)AIJsonUtilities.DefaultOptions.GetTypeInfo(typeof(string));
OpenAIResponsesChatClient.cs (3)
1080Text = JsonSerializer.Serialize(content, AIJsonUtilities.DefaultOptions.GetTypeInfo(typeof(object))), 1116result = JsonSerializer.Serialize(resultContent.Result, AIJsonUtilities.DefaultOptions.GetTypeInfo(typeof(object))); 1165AIJsonUtilities.DefaultOptions.GetTypeInfo(typeof(IDictionary<string, object?>)))));
Microsoft.ML.Tokenizers (4)
ModelSourceGenerationContext.DictionaryStringSpanOrdinalKeyInt32.g.cs (1)
20get => _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)
20get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
ModelSourceGenerationContext.StringSpanOrdinalKey.g.cs (1)
20get => _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)
20get => _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)
91var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 203var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 324var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 446var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 583var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 584var responseJsonTypeInfo = (JsonTypeInfo<global::TodoWithDueDate?>)jsonSerializerOptions.GetTypeInfo(typeof(global::TodoWithDueDate)); 668var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 669var responseJsonTypeInfo = (JsonTypeInfo<global::Triangle?>)jsonSerializerOptions.GetTypeInfo(typeof(global::Triangle)); 753var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 754var responseJsonTypeInfo = (JsonTypeInfo<global::Shape?>)jsonSerializerOptions.GetTypeInfo(typeof(global::Shape)); 837var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 924var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 1011var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 1101var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 1276var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 1400var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 1509var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 1510var responseJsonTypeInfo = (JsonTypeInfo<global::System.Int32>)jsonSerializerOptions.GetTypeInfo(typeof(global::System.Int32)); 1650var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 1651var responseJsonTypeInfo = (JsonTypeInfo<global::System.Int32>)jsonSerializerOptions.GetTypeInfo(typeof(global::System.Int32)); 1772var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 1773var responseJsonTypeInfo = (JsonTypeInfo<global::System.Int32>)jsonSerializerOptions.GetTypeInfo(typeof(global::System.Int32)); 1875var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 1876var 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>)); 1960var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 1961var 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>)); 2062var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 2181var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 2300var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 2419var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 2538var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 2657var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 2776var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 2895var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 3018var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 3144var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 3270var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 3374var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 3479var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 3602var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 3725var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 3830var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 3918var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 3919var responseJsonTypeInfo = (JsonTypeInfo<global::SchemasEndpointsExtensions.NullableResponseModel?>)jsonSerializerOptions.GetTypeInfo(typeof(global::SchemasEndpointsExtensions.NullableResponseModel)); 4020var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 4143var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 4266var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 4371var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 4458var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 4549var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 4550var responseJsonTypeInfo = (JsonTypeInfo<global::System.Guid[]?>)jsonSerializerOptions.GetTypeInfo(typeof(global::System.Guid[])); 4688var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 4797var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 4798var responseJsonTypeInfo = (JsonTypeInfo<global::TodoWithDueDate?>)jsonSerializerOptions.GetTypeInfo(typeof(global::TodoWithDueDate)); 4919var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 4920var responseJsonTypeInfo = (JsonTypeInfo<global::System.String[]?>)jsonSerializerOptions.GetTypeInfo(typeof(global::System.String[])); 5002var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 5108var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 5231var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 5350var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 5469var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 5588var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 5707var objectJsonTypeInfo = (JsonTypeInfo<object?>)jsonSerializerOptions.GetTypeInfo(typeof(object)); 5969var jsonTypeInfo = (JsonTypeInfo<T>)jsonSerializerOptions.GetTypeInfo(typeof(T));
System.Net.Http.Json (1)
System\Net\Http\Json\JsonHelpers.cs (1)
25return options.GetTypeInfo(type);
System.Text.Json (2)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
182JsonTypeInfo elementTypeInfo = typeInfo.Options.GetTypeInfo(elementConverter.Type!);
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (1)
104return (JsonTypeInfo<T>)GetTypeInfo(typeof(T));
Wasm.Performance.TestApp (6)
PersonJsonContext.Boolean.g.cs (1)
22get => _Boolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool>)Options.GetTypeInfo(typeof(bool));
PersonJsonContext.DictionaryStringBoolean.g.cs (1)
22get => _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)
22get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
PersonJsonContext.ListPerson.g.cs (1)
22get => _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)
22get => _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)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));