11 references to AddConnections
Microsoft.AspNetCore.Http.Connections (1)
ConnectionsDependencyInjectionExtensions.cs (1)
41.AddConnections();
Microsoft.AspNetCore.Http.Connections.Tests (4)
HttpConnectionDispatcherTests.cs (2)
3506services.AddConnections(); 3654services.AddConnections();
MapConnectionHandlerTests.cs (2)
493services.AddConnections(); 515services.AddConnections();
Microsoft.AspNetCore.SignalR (1)
SignalRDependencyInjectionExtensions.cs (1)
42services.AddConnections();
Microsoft.AspNetCore.SignalR.Tests (2)
NativeAotTests.cs (1)
173services.AddConnections();
Startup.cs (1)
29services.AddConnections();
SignalR.Client.FunctionalTestApp (1)
Startup.cs (1)
32services.AddConnections();
SignalRSamples (1)
Startup.cs (1)
19services.AddConnections();
SocialWeather (1)
Startup.cs (1)
14services.AddConnections();