2 writes to _currentInterationMessageCount
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
HubConnectionReceiveBenchmark.cs (2)
98_currentInterationMessageCount++; 102_currentInterationMessageCount = 0;
2 references to _currentInterationMessageCount
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
HubConnectionReceiveBenchmark.cs (2)
100if (_currentInterationMessageCount == MessageCount) 105else if (_currentInterationMessageCount > MessageCount)