1 implementation of IsValueSet
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\CompatibilitySwitch.cs (1)
93public bool IsValueSet { get; private set; }
3 references to IsValueSet
Microsoft.AspNetCore.Mvc.Core (3)
Infrastructure\ConfigureCompatibilityOptions.cs (1)
66if (@switch.IsValueSet)
Infrastructure\ICompatibilitySwitch.cs (2)
30/// Setting the switch value using <see cref="Value"/> will not set <see cref="IsValueSet"/> to <c>true</c>. 31/// This should be used by the compatibility infrastructure when <see cref="IsValueSet"/> is <c>false</c>