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)
100
if (
_currentInterationMessageCount
== MessageCount)
105
else if (
_currentInterationMessageCount
> MessageCount)