1 write to _testProperty
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ConfigureCompatibilityOptionsTest.cs (1)
89_testProperty = new CompatibilitySwitch<bool>(nameof(TestProperty));
3 references to _testProperty
Microsoft.AspNetCore.Mvc.Core.Test (3)
Infrastructure\ConfigureCompatibilityOptionsTest.cs (3)
90_switches = new ICompatibilitySwitch[] { _testProperty }; 95get => _testProperty.Value; 96set => _testProperty.Value = value;