9 references to HubConnectionContext
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
133var connectionContext = new HubConnectionContext(connection, contextOptions, _loggerFactory)
Microsoft.AspNetCore.SignalR.Microbenchmarks (4)
BroadcastBenchmark.cs (1)
50var hubConnection = new HubConnectionContext(connection, contextOptions, NullLoggerFactory.Instance);
DefaultHubDispatcherBenchmark.cs (1)
88: base(connectionContext, contextOptions, loggerFactory)
DefaultHubLifetimeManagerBenchmark.cs (1)
55var hubConnectionContext = new HubConnectionContext(connectionContext, contextOptions, NullLoggerFactory.Instance);
HubConnectionContextBenchmark.cs (1)
46_hubConnectionContext = new HubConnectionContext(connection, contextOptions, NullLoggerFactory.Instance);
Microsoft.AspNetCore.SignalR.Specification.Tests (2)
src\SignalR\common\testassets\Tests.Utils\HubConnectionContextUtils.cs (2)
24return new HubConnectionContext(connection, contextOptions, NullLoggerFactory.Instance) 45: base(connectionContext, contextOptions, loggerFactory)
Microsoft.AspNetCore.SignalR.Tests.Utils (2)
HubConnectionContextUtils.cs (2)
24return new HubConnectionContext(connection, contextOptions, NullLoggerFactory.Instance) 45: base(connectionContext, contextOptions, loggerFactory)