1 write to ServiceProvider
Microsoft.AspNetCore.SignalR.Core (1)
HubInvocationContext.cs (1)
27ServiceProvider = serviceProvider;
3 references to ServiceProvider
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubFilterFactory.cs (1)
24var (filter, owned) = GetFilter(invocationContext.ServiceProvider);
Microsoft.AspNetCore.SignalR.Tests (2)
HubConnectionHandlerTests.cs (1)
2317Assert.NotNull(resource.ServiceProvider);
TestFilters.cs (1)
232var context = new HubInvocationContext(invocationContext.Context, invocationContext.ServiceProvider, invocationContext.Hub, methodInfo, invocationContext.HubMethodArguments);