1 write to Value
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\CompatibilitySwitch.cs (1)
122set => Value = (TValue)value;
3 references to Value
Microsoft.AspNetCore.Mvc.Core (3)
Infrastructure\CompatibilitySwitch.cs (3)
87/// Gets a value indicating whether the <see cref="Value"/> property has been set. 104/// Setting the switch value using <see cref="Value"/> will set <see cref="IsValueSet"/> to <c>true</c>. 121get => Value;