1 instantiation of NoErrorHubConnectionContext
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
DefaultHubDispatcherBenchmark.cs (1)
50_connectionContext = new NoErrorHubConnectionContext(connection, contextOptions, NullLoggerFactory.Instance);
26 references to NoErrorHubConnectionContext
Microsoft.AspNetCore.SignalR.Microbenchmarks (26)
DefaultHubDispatcherBenchmark.cs (26)
265await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 266(_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted = new TaskCompletionSource(); 274await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 275(_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted = new TaskCompletionSource(); 283await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 284(_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted = new TaskCompletionSource(); 292await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 293(_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted = new TaskCompletionSource(); 301await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 302(_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted = new TaskCompletionSource(); 310await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 311(_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted = new TaskCompletionSource(); 319await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 320(_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted = new TaskCompletionSource(); 328await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 329(_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted = new TaskCompletionSource(); 337await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 338(_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted = new TaskCompletionSource(); 348await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 349(_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted = new TaskCompletionSource(); 359await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 360(_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted = new TaskCompletionSource(); 373await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 374(_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted = new TaskCompletionSource(); 387await (_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted.Task; 388(_connectionContext as NoErrorHubConnectionContext).ReceivedCompleted = new TaskCompletionSource();