10 references to CreateICollectionInfo
Microsoft.AspNetCore.Components.Endpoints (10)
_generated\32\JsonTempDataSerializerContext.ICollectionNullableBoolean.g.cs (1)
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
CreateICollectionInfo
<global::System.Collections.Generic.ICollection<bool?>, bool?>(options, info);
_generated\33\JsonTempDataSerializerContext.ICollectionBoolean.g.cs (1)
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
CreateICollectionInfo
<global::System.Collections.Generic.ICollection<bool>, bool>(options, info);
_generated\34\JsonTempDataSerializerContext.ICollectionNullableDateTime.g.cs (1)
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
CreateICollectionInfo
<global::System.Collections.Generic.ICollection<global::System.DateTime?>, global::System.DateTime?>(options, info);
_generated\35\JsonTempDataSerializerContext.ICollectionDateTime.g.cs (1)
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
CreateICollectionInfo
<global::System.Collections.Generic.ICollection<global::System.DateTime>, global::System.DateTime>(options, info);
_generated\36\JsonTempDataSerializerContext.ICollectionNullableGuid.g.cs (1)
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
CreateICollectionInfo
<global::System.Collections.Generic.ICollection<global::System.Guid?>, global::System.Guid?>(options, info);
_generated\37\JsonTempDataSerializerContext.ICollectionGuid.g.cs (1)
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
CreateICollectionInfo
<global::System.Collections.Generic.ICollection<global::System.Guid>, global::System.Guid>(options, info);
_generated\38\JsonTempDataSerializerContext.ICollectionNullableInt32.g.cs (1)
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
CreateICollectionInfo
<global::System.Collections.Generic.ICollection<int?>, int?>(options, info);
_generated\39\JsonTempDataSerializerContext.ICollectionInt32.g.cs (1)
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
CreateICollectionInfo
<global::System.Collections.Generic.ICollection<int>, int>(options, info);
_generated\40\JsonTempDataSerializerContext.ICollectionObject.g.cs (1)
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
CreateICollectionInfo
<global::System.Collections.Generic.ICollection<object>, object>(options, info);
_generated\41\JsonTempDataSerializerContext.ICollectionString.g.cs (1)
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.
CreateICollectionInfo
<global::System.Collections.Generic.ICollection<string>, string>(options, info);