2 writes to InvokeMethodAsyncCount
Microsoft.AspNetCore.SignalR.Tests (2)
TestFilters.cs (2)
87
_counter.
InvokeMethodAsyncCount
= 0;
105
_counter.
InvokeMethodAsyncCount
++;
6 references to InvokeMethodAsyncCount
Microsoft.AspNetCore.SignalR.Tests (6)
HubFilterTests.cs (6)
548
Assert.Equal(0, counter.
InvokeMethodAsyncCount
);
554
Assert.Equal(1, counter.
InvokeMethodAsyncCount
);
565
Assert.Equal(0, counter.
InvokeMethodAsyncCount
);
596
Assert.Equal(0, counter.
InvokeMethodAsyncCount
);
601
Assert.Equal(1, counter.
InvokeMethodAsyncCount
);
611
Assert.Equal(1, counter.
InvokeMethodAsyncCount
);