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