1 write to _tcs
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionReceiveBenchmark.cs (1)
132
_tcs
= _nextReadTcs;
1 reference to _tcs
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionReceiveBenchmark.cs (1)
154
_tcs
.SetResult(new ReadResult(new ReadOnlySequence<byte>(_invocationMessageBytes), false, false));