1 write to _counter
Microsoft.AspNetCore.SignalR.Tests (1)
TestFilters.cs (1)
85
_counter
= counter;
6 references to _counter
Microsoft.AspNetCore.SignalR.Tests (6)
TestFilters.cs (6)
86
_counter
.OnConnectedAsyncCount = 0;
87
_counter
.InvokeMethodAsyncCount = 0;
88
_counter
.OnDisconnectedAsyncCount = 0;
93
_counter
.OnConnectedAsyncCount++;
99
_counter
.OnDisconnectedAsyncCount++;
105
_counter
.InvokeMethodAsyncCount++;