13 writes to ReceivedCompleted
Microsoft.AspNetCore.SignalR.Microbenchmarks (13)
DefaultHubDispatcherBenchmark.cs (13)
266
(_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
= new TaskCompletionSource();
275
(_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
= new TaskCompletionSource();
284
(_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
= new TaskCompletionSource();
293
(_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
= new TaskCompletionSource();
302
(_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
= new TaskCompletionSource();
311
(_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
= new TaskCompletionSource();
320
(_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
= new TaskCompletionSource();
329
(_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
= new TaskCompletionSource();
338
(_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
= new TaskCompletionSource();
349
(_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
= new TaskCompletionSource();
360
(_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
= new TaskCompletionSource();
374
(_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
= new TaskCompletionSource();
388
(_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
= new TaskCompletionSource();
14 references to ReceivedCompleted
Microsoft.AspNetCore.SignalR.Microbenchmarks (14)
DefaultHubDispatcherBenchmark.cs (14)
96
ReceivedCompleted
.TrySetResult();
265
await (_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
.Task;
274
await (_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
.Task;
283
await (_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
.Task;
292
await (_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
.Task;
301
await (_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
.Task;
310
await (_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
.Task;
319
await (_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
.Task;
328
await (_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
.Task;
337
await (_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
.Task;
348
await (_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
.Task;
359
await (_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
.Task;
373
await (_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
.Task;
387
await (_connectionContext as NoErrorHubConnectionContext).
ReceivedCompleted
.Task;