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