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)
96ReceivedCompleted.TrySetResult(); 265await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 274await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 283await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 292await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 301await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 310await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 319await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 328await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 337await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 348await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 359await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 373await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 387await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task;