273 references to Options
Microsoft.AspNetCore.Authentication.BearerToken (4)
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.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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 (6)
TwitterJsonContext.GetJsonTypeInfo.g.cs (1)
18Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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 (51)
Assets\ImportMapDefinition.cs (1)
208_json ??= JsonSerializer.Serialize(this, ImportMapSerializerContext.CustomEncoder.Options);
Builder\ResourceCollectionUrlEndpoint.cs (1)
100JsonSerializer.Serialize<IReadOnlyList<ResourceAsset>>(utf8Writer, resourceCollection, ResourceCollectionSerializerContext.Default.Options);
ImportMapSerializerContext.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
PrerenderComponentApplicationStoreSerializerContext.String.g.cs (1)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
ResourceCollectionSerializerContext.GetJsonTypeInfo.g.cs (1)
18Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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));
TempData\JsonTempDataSerializer.cs (1)
151return JsonSerializer.SerializeToUtf8Bytes<IDictionary<string, object?>>(normalizedData, JsonTempDataSerializerContext.Default.Options);
Microsoft.AspNetCore.Components.Server (12)
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.GetJsonTypeInfo.g.cs (1)
18Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
PrerenderComponentApplicationStoreSerializerContext.String.g.cs (1)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
Microsoft.AspNetCore.Components.Web (10)
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.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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 (22)
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.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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 (11)
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.GetJsonTypeInfo.g.cs (1)
18Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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 (7)
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.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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 (11)
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.GetJsonTypeInfo.g.cs (1)
18Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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 (11)
ProblemDetailsJsonContext.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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[]));
Microsoft.AspNetCore.Http.Microbenchmarks (8)
SharedTestJsonContext.Boolean.g.cs (1)
22get => _Boolean ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<bool>)Options.GetTypeInfo(typeof(bool));
SharedTestJsonContext.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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.Tests (15)
ObjectJsonContext.GetJsonTypeInfo.g.cs (1)
18Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
ObjectJsonContext.Object.g.cs (1)
24get => _Object ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<object>)Options.GetTypeInfo(typeof(object));
StringJsonContext.GetJsonTypeInfo.g.cs (1)
18Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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.GetJsonTypeInfo.g.cs (1)
18Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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 (47)
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.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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.Mvc.Core.Test (7)
TestJsonContext.GetJsonTypeInfo.g.cs (1)
18Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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 (3)
CustomJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
18Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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 (4)
OpenApiJsonSchemaContext.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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));
Microsoft.AspNetCore.SignalR.Tests (6)
AppJsonSerializerContext.Char.g.cs (1)
24get => _Char ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<char>)Options.GetTypeInfo(typeof(char));
AppJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
18Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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 (12)
StaticAssetsManifestJsonContext.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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.CodeAnalysis.LanguageServer (13)
RunFileApiJsonSerializerContext.Error.g.cs (1)
22get => _Error ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Error>)Options.GetTypeInfo(typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Error));
RunFileApiJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
RunFileApiJsonSerializerContext.GetProject.g.cs (1)
22get => _GetProject ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiInput.GetProject>)Options.GetTypeInfo(typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiInput.GetProject));
RunFileApiJsonSerializerContext.ImmutableArraySimpleDiagnostic.g.cs (1)
22get => _ImmutableArraySimpleDiagnostic ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Immutable.ImmutableArray<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic>>)Options.GetTypeInfo(typeof(global::System.Collections.Immutable.ImmutableArray<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic>));
RunFileApiJsonSerializerContext.Int32.g.cs (1)
22get => _Int32 ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<int>)Options.GetTypeInfo(typeof(int));
RunFileApiJsonSerializerContext.LinePositionInternal.g.cs (1)
22get => _LinePositionInternal ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionInternal>)Options.GetTypeInfo(typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionInternal));
RunFileApiJsonSerializerContext.LinePositionSpanInternal.g.cs (1)
22get => _LinePositionSpanInternal ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionSpanInternal>)Options.GetTypeInfo(typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionSpanInternal));
RunFileApiJsonSerializerContext.Position.g.cs (1)
22get => _Position ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic.Position>)Options.GetTypeInfo(typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic.Position));
RunFileApiJsonSerializerContext.Project.g.cs (1)
22get => _Project ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Project>)Options.GetTypeInfo(typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Project));
RunFileApiJsonSerializerContext.RunApiInput.g.cs (1)
22get => _RunApiInput ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiInput>)Options.GetTypeInfo(typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiInput));
RunFileApiJsonSerializerContext.RunApiOutput.g.cs (1)
22get => _RunApiOutput ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput>)Options.GetTypeInfo(typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput));
RunFileApiJsonSerializerContext.SimpleDiagnostic.g.cs (1)
22get => _SimpleDiagnostic ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic>)Options.GetTypeInfo(typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic));
RunFileApiJsonSerializerContext.String.g.cs (1)
22get => _String ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>)Options.GetTypeInfo(typeof(string));
Microsoft.ML.Tokenizers (5)
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.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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));
System.Text.Json (1)
System\Text\Json\Serialization\JsonSerializerContext.cs (1)
92/// or until <see cref="Options"/> is called, where a new options instance is created and bound.
Wasm.Performance.TestApp (7)
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.GetJsonTypeInfo.g.cs (1)
16Options.TryGetTypeInfo(type, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo? typeInfo);
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));