4 references to GetBool
Microsoft.AspNetCore.Authentication.Core.Test (4)
AuthenticationPropertiesTests.cs (4)
292Assert.True(props.GetBool("foo")); 295Assert.False(props.GetBool("foo")); 298Assert.Null(props.GetBool("foo")); 301Assert.Null(props.GetBool("foo"));