5 overrides of WriteAsync
System.Threading.Channels (5)
75 references to WriteAsync
aspire (3)
Aspire.Dashboard (1)
Aspire.Dashboard.Components.Tests (6)
Aspire.Dashboard.Tests (4)
ResourceOutgoingPeerResolverTests.cs (4)
132await resultChannel.Writer.WriteAsync(++changeCount);
150await sourceChannel.Writer.WriteAsync(new ResourceViewModelChange(ResourceViewModelChangeType.Upsert, CreateResource("test2", serviceAddress: "localhost", servicePort: 8080, state: KnownResourceState.Starting)));
158await sourceChannel.Writer.WriteAsync(new ResourceViewModelChange(ResourceViewModelChangeType.Upsert, CreateResource("test2", serviceAddress: "localhost", servicePort: 8081, state: KnownResourceState.Starting)));
166await sourceChannel.Writer.WriteAsync(new ResourceViewModelChange(ResourceViewModelChangeType.Upsert, CreateResource("test2", serviceAddress: "localhost", servicePort: 8081, state: KnownResourceState.Running)));
Aspire.Hosting (8)
Aspire.Hosting.Tests (4)
ClientSample (3)
GenerateDocumentationAndConfigFiles (1)
InMemory.FunctionalTests (1)
Metrics (1)
Metrics.Legacy (1)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Microsoft.AspNetCore.SignalR.Client.Core (1)
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (5)
Microsoft.AspNetCore.SignalR.Client.Tests (6)
Microsoft.AspNetCore.SignalR.Core (1)
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
Microsoft.AspNetCore.SignalR.Tests (11)
Microsoft.CodeAnalysis.Analyzers (1)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.Extensions.AI (1)
Roslyn.Diagnostics.Analyzers (1)
SignalRSamples (2)
Stress.ApiService (1)
System.Threading.Channels (1)
Test.Utilities (1)
Text.Analyzers (1)