13 references to CreateICollectionInfo
Microsoft.AspNetCore.Components.Endpoints (10)
_generated\38\JsonTempDataSerializerContext.ICollectionNullableBoolean.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateICollectionInfo<global::System.Collections.Generic.ICollection<bool?>, bool?>(options, info);
_generated\39\JsonTempDataSerializerContext.ICollectionBoolean.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateICollectionInfo<global::System.Collections.Generic.ICollection<bool>, bool>(options, info);
_generated\40\JsonTempDataSerializerContext.ICollectionNullableDateTime.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateICollectionInfo<global::System.Collections.Generic.ICollection<global::System.DateTime?>, global::System.DateTime?>(options, info);
_generated\41\JsonTempDataSerializerContext.ICollectionDateTime.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateICollectionInfo<global::System.Collections.Generic.ICollection<global::System.DateTime>, global::System.DateTime>(options, info);
_generated\42\JsonTempDataSerializerContext.ICollectionNullableGuid.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateICollectionInfo<global::System.Collections.Generic.ICollection<global::System.Guid?>, global::System.Guid?>(options, info);
_generated\43\JsonTempDataSerializerContext.ICollectionGuid.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateICollectionInfo<global::System.Collections.Generic.ICollection<global::System.Guid>, global::System.Guid>(options, info);
_generated\44\JsonTempDataSerializerContext.ICollectionNullableInt32.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateICollectionInfo<global::System.Collections.Generic.ICollection<int?>, int?>(options, info);
_generated\45\JsonTempDataSerializerContext.ICollectionInt32.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateICollectionInfo<global::System.Collections.Generic.ICollection<int>, int>(options, info);
_generated\46\JsonTempDataSerializerContext.ICollectionObject.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateICollectionInfo<global::System.Collections.Generic.ICollection<object>, object>(options, info);
_generated\47\JsonTempDataSerializerContext.ICollectionString.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateICollectionInfo<global::System.Collections.Generic.ICollection<string>, string>(options, info);
Microsoft.TestPlatform.CommunicationUtilities (3)
_generated\76\TestPlatformJsonContext.ICollectionAttachmentSet.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateICollectionInfo<global::System.Collections.Generic.ICollection<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.AttachmentSet>, global::Microsoft.VisualStudio.TestPlatform.ObjectModel.AttachmentSet>(options, info);
_generated\77\TestPlatformJsonContext.ICollectionUri.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateICollectionInfo<global::System.Collections.Generic.ICollection<global::System.Uri>, global::System.Uri>(options, info);
_generated\78\TestPlatformJsonContext.ICollectionString.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateICollectionInfo<global::System.Collections.Generic.ICollection<string>, string>(options, info);