2 instantiations of FilterCounter
Microsoft.AspNetCore.SignalR.Tests (2)
HubFilterTests.cs (2)
528var counter = new FilterCounter(); 576var counter = new FilterCounter();
4 references to FilterCounter
Microsoft.AspNetCore.SignalR.Tests (4)
HubFilterTests.cs (2)
528var counter = new FilterCounter(); 576var counter = new FilterCounter();
TestFilters.cs (2)
82private readonly FilterCounter _counter; 83public CounterFilter(FilterCounter counter)