16 references to GetNullableConverter
aspire (3)
BackchannelJsonSerializerContext.NullableBoolean.g.cs (1)
27global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<bool>(options);
BackchannelJsonSerializerContext.NullableInt32.g.cs (1)
27global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<int>(options);
BackchannelJsonSerializerContext.NullableInt64.g.cs (1)
27global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<long>(options);
Aspire.Hosting (1)
LaunchSettingsSerializerContext.NullableBoolean.g.cs (1)
27global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<bool>(options);
Aspire.Hosting.Azure.Functions (1)
LaunchSettingsSerializerContext.NullableBoolean.g.cs (1)
27global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<bool>(options);
Aspire.Hosting.Testing (1)
LaunchSettingsSerializerContext.NullableBoolean.g.cs (1)
27global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<bool>(options);
Microsoft.AspNetCore.Components.Server (2)
CircuitPersistenceManagerSerializerContext.NullableComponentMarkerKey.g.cs (1)
31global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<global::Microsoft.AspNetCore.Components.ComponentMarkerKey>(options);
CircuitPersistenceManagerSerializerContext.NullableInt32.g.cs (1)
31global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<int>(options);
Microsoft.AspNetCore.Components.WebAssembly (3)
WebAssemblyJsonSerializerContext.NullableComponentMarker.g.cs (1)
29global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<global::Microsoft.AspNetCore.Components.ComponentMarker>(options);
WebAssemblyJsonSerializerContext.NullableComponentMarkerKey.g.cs (1)
29global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<global::Microsoft.AspNetCore.Components.ComponentMarkerKey>(options);
WebAssemblyJsonSerializerContext.NullableInt32.g.cs (1)
29global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<int>(options);
Microsoft.AspNetCore.Http.Extensions (1)
ProblemDetailsJsonContext.NullableInt32.g.cs (1)
29global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<int>(options);
Microsoft.AspNetCore.Identity (4)
IdentityEndpointsJsonSerializerContext.NullableBoolean.g.cs (1)
29global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<bool>(options);
IdentityJsonSerializerContext.NullableBoolean.g.cs (1)
29global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<bool>(options);
IdentityJsonSerializerContext.NullableJsonElement.g.cs (1)
29global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<global::System.Text.Json.JsonElement>(options);
IdentityJsonSerializerContext.NullableUInt64.g.cs (1)
29global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.GetNullableConverter<ulong>(options);