Implemented interface member:
property
CurrentValue
Microsoft.Extensions.Options.IOptionsMonitor<TOptions>.CurrentValue
1 write to CurrentValue
Microsoft.AspNetCore.HostFiltering.Tests (1)
MiddlewareConfigurationManagerTests.cs (1)
102
CurrentValue
= currentValue;
1 reference to CurrentValue
Microsoft.AspNetCore.HostFiltering.Tests (1)
MiddlewareConfigurationManagerTests.cs (1)
111
public T Get(string name) =>
CurrentValue
;