1 write to _tcs
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionSendBenchmark.cs (1)
42_tcs = new TaskCompletionSource<ReadResult>();
2 references to _tcs
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
HubConnectionSendBenchmark.cs (2)
43_pipe.AddReadResult(new ValueTask<ReadResult>(_tcs.Task)); 86_tcs.SetResult(new ReadResult(default, false, true));