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