1 write to TestProperty
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ConfigureCompatibilityOptionsTest.cs (1)
43TestProperty = false,
6 references to TestProperty
Microsoft.AspNetCore.Mvc.Core.Test (6)
Infrastructure\ConfigureCompatibilityOptionsTest.cs (6)
27Assert.False(options.TestProperty); 38{ nameof(TestOptions.TestProperty), true }, 50Assert.False(options.TestProperty); 61{ nameof(TestOptions.TestProperty), true }, 70Assert.True(options.TestProperty); 89_testProperty = new CompatibilitySwitch<bool>(nameof(TestProperty));