1 write to AuthenticateCount
Microsoft.AspNetCore.Authentication.Test (1)
PolicyTests.cs (1)
372AuthenticateCount++;
10 references to AuthenticateCount
Microsoft.AspNetCore.Authentication.Test (10)
PolicyTests.cs (10)
78Assert.Equal(0, handler1.AuthenticateCount); 90Assert.Equal(1, handler1.AuthenticateCount); 134Assert.Equal(0, handler1.AuthenticateCount); 146Assert.Equal(1, handler1.AuthenticateCount); 195Assert.Equal(0, handler1.AuthenticateCount); 207Assert.Equal(1, handler1.AuthenticateCount); 247Assert.Equal(0, handler1.AuthenticateCount); 259Assert.Equal(1, handler1.AuthenticateCount); 304Assert.Equal(0, handler1.AuthenticateCount); 316Assert.Equal(1, handler1.AuthenticateCount);