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
};
95
get =>
_testProperty
.Value;
96
set =>
_testProperty
.Value = value;