1 implementation of IsValueSet
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\CompatibilitySwitch.cs (1)
93
public bool
IsValueSet
{ get; private set; }
2 references to IsValueSet
Microsoft.AspNetCore.Mvc.Core (2)
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>