14 references to GetNullableConverter
Microsoft.AspNetCore.Components.Endpoints (4)
JsonTempDataSerializerContext.NullableBoolean.g.cs (1)
29
global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
GetNullableConverter
<bool>(options);
JsonTempDataSerializerContext.NullableDateTime.g.cs (1)
29
global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
GetNullableConverter
<global::System.DateTime>(options);
JsonTempDataSerializerContext.NullableGuid.g.cs (1)
29
global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
GetNullableConverter
<global::System.Guid>(options);
JsonTempDataSerializerContext.NullableInt32.g.cs (1)
29
global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
GetNullableConverter
<int>(options);
Microsoft.AspNetCore.Components.Server (2)
CircuitPersistenceManagerSerializerContext.NullableComponentMarkerKey.g.cs (1)
31
global::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)
31
global::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)
29
global::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)
29
global::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)
29
global::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)
29
global::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)
29
global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
GetNullableConverter
<bool>(options);
IdentityJsonSerializerContext.NullableBoolean.g.cs (1)
29
global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
GetNullableConverter
<bool>(options);
IdentityJsonSerializerContext.NullableJsonElement.g.cs (1)
29
global::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)
29
global::System.Text.Json.Serialization.JsonConverter converter = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
GetNullableConverter
<ulong>(options);