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)
265
await (_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted.Task;
266
(_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted = new TaskCompletionSource();
274
await (_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted.Task;
275
(_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted = new TaskCompletionSource();
283
await (_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted.Task;
284
(_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted = new TaskCompletionSource();
292
await (_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted.Task;
293
(_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted = new TaskCompletionSource();
301
await (_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted.Task;
302
(_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted = new TaskCompletionSource();
310
await (_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted.Task;
311
(_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted = new TaskCompletionSource();
319
await (_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted.Task;
320
(_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted = new TaskCompletionSource();
328
await (_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted.Task;
329
(_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted = new TaskCompletionSource();
337
await (_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted.Task;
338
(_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted = new TaskCompletionSource();
348
await (_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted.Task;
349
(_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted = new TaskCompletionSource();
359
await (_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted.Task;
360
(_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted = new TaskCompletionSource();
373
await (_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted.Task;
374
(_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted = new TaskCompletionSource();
387
await (_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted.Task;
388
(_connectionContext as
NoErrorHubConnectionContext
).ReceivedCompleted = new TaskCompletionSource();