Implemented interface member:
property
IsValueSet
Microsoft.AspNetCore.Mvc.Infrastructure.ICompatibilitySwitch.IsValueSet
1 write to IsValueSet
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\CompatibilitySwitch.cs (1)
113
IsValueSet
= 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)
16
Assert.False(@switch.
IsValueSet
);
27
Assert.False(@switch.
IsValueSet
);
41
Assert.True(@switch.
IsValueSet
);
55
Assert.True(@switch.
IsValueSet
);