1 write to _hubConnectionContext
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionContextBenchmark.cs (1)
46
_hubConnectionContext
= new HubConnectionContext(connection, contextOptions, NullLoggerFactory.Instance);
2 references to _hubConnectionContext
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
HubConnectionContextBenchmark.cs (2)
59
await
_hubConnectionContext
.HandshakeAsync(TimeSpan.FromSeconds(5), _supportedProtocols, _successHubProtocolResolver,
68
await
_hubConnectionContext
.HandshakeAsync(TimeSpan.FromSeconds(5), _supportedProtocols, _failureHubProtocolResolver,