1 implementation of Value
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\CompatibilitySwitch.cs (1)
119
object ICompatibilitySwitch.
Value
2 writes to Value
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ConfigureCompatibilityOptions.cs (1)
92
@switch.
Value
= value;
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\CompatibilitySwitchTest.cs (1)
51
((ICompatibilitySwitch)@switch).
Value
= true;
5 references to Value
Microsoft.AspNetCore.Mvc.Core (5)
Infrastructure\ConfigureCompatibilityOptions.cs (3)
74
@switch.
Value
);
87
@switch.
Value
);
99
@switch.
Value
,
Infrastructure\ICompatibilitySwitch.cs (2)
13
/// Gets a value indicating whether the <see cref="
Value
"/> property has been set.
30
/// Setting the switch value using <see cref="
Value
"/> will not set <see cref="IsValueSet"/> to <c>true</c>.