Implemented interface member:
property
CurrentValue
Microsoft.Extensions.Options.IOptionsMonitor<TOptions>.CurrentValue
1 write to CurrentValue
Microsoft.AspNetCore.HttpLogging.Tests (1)
OptionsWrapperMonitor.cs (1)
14CurrentValue = currentValue;
2 references to CurrentValue
Microsoft.AspNetCore.HttpLogging.Tests (2)
OptionsWrapperMonitor.cs (2)
23public T Get(string name) => CurrentValue; 29_listener.Invoke(CurrentValue, null);