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++;