1 write to SignOutCount
Microsoft.AspNetCore.Authentication.Test (1)
PolicyTests.cs (1)
406SignOutCount++;
10 references to SignOutCount
Microsoft.AspNetCore.Authentication.Test (10)
PolicyTests.cs (10)
82Assert.Equal(0, handler1.SignOutCount); 102Assert.Equal(1, handler1.SignOutCount); 138Assert.Equal(0, handler1.SignOutCount); 158Assert.Equal(1, handler1.SignOutCount); 199Assert.Equal(0, handler1.SignOutCount); 219Assert.Equal(1, handler1.SignOutCount); 251Assert.Equal(0, handler1.SignOutCount); 271Assert.Equal(1, handler1.SignOutCount); 308Assert.Equal(0, handler1.SignOutCount); 328Assert.Equal(1, handler1.SignOutCount);