7 references to CreateIAsyncEnumerableInfo
aspire (4)
BackchannelJsonSerializerContext.IAsyncEnumerableBackchannelLogEntry.g.cs (1)
33jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIAsyncEnumerableInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Aspire.Cli.Backchannel.BackchannelLogEntry>, global::Aspire.Cli.Backchannel.BackchannelLogEntry>(options, info);
BackchannelJsonSerializerContext.IAsyncEnumerableCommandOutput.g.cs (1)
33jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIAsyncEnumerableInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Aspire.Cli.Backchannel.CommandOutput>, global::Aspire.Cli.Backchannel.CommandOutput>(options, info);
BackchannelJsonSerializerContext.IAsyncEnumerablePublishingActivity.g.cs (1)
33jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIAsyncEnumerableInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Aspire.Cli.Backchannel.PublishingActivity>, global::Aspire.Cli.Backchannel.PublishingActivity>(options, info);
BackchannelJsonSerializerContext.IAsyncEnumerableRpcResourceState.g.cs (1)
33jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIAsyncEnumerableInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Aspire.Cli.Backchannel.RpcResourceState>, global::Aspire.Cli.Backchannel.RpcResourceState>(options, info);
Microsoft.AspNetCore.Http.Microbenchmarks (1)
SharedTestJsonContext.IAsyncEnumerableJsonTodo.g.cs (1)
35jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIAsyncEnumerableInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Http.Generators.Tests.JsonTodo>, global::Microsoft.AspNetCore.Http.Generators.Tests.JsonTodo>(options, info);
Microsoft.AspNetCore.Http.Results.Tests (1)
TestJsonContext.IAsyncEnumerableJsonTodo.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIAsyncEnumerableInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.JsonTodo>, global::Microsoft.AspNetCore.Http.HttpResults.HttpResultsHelperTests.JsonTodo>(options, info);
Microsoft.AspNetCore.Mvc.Core.Test (1)
TestJsonContext.IAsyncEnumerableJsonPerson.g.cs (1)
37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIAsyncEnumerableInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPerson>, global::Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatterTest.JsonPerson>(options, info);