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));