Implemented interface member:
property
IsValueSet
Microsoft.AspNetCore.Mvc.Infrastructure.ICompatibilitySwitch.IsValueSet
1 write to IsValueSet
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\CompatibilitySwitch.cs (1)
113IsValueSet = true;
5 references to IsValueSet
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\CompatibilitySwitch.cs (1)
104/// Setting the switch value using <see cref="Value"/> will set <see cref="IsValueSet"/> to <c>true</c>.
Microsoft.AspNetCore.Mvc.Core.Test (4)
Infrastructure\CompatibilitySwitchTest.cs (4)
16Assert.False(@switch.IsValueSet); 27Assert.False(@switch.IsValueSet); 41Assert.True(@switch.IsValueSet); 55Assert.True(@switch.IsValueSet);