1 implementation of IOptionsSnapshot
Microsoft.Extensions.Options (1)
OptionsManager.cs (1)
15
IOptionsSnapshot
<TOptions>
2 references to IOptionsSnapshot
Microsoft.Extensions.Options (2)
OptionsManager.cs (1)
10
/// Implements <see cref="IOptions{TOptions}"/> and <see cref="
IOptionsSnapshot
{TOptions}"/>.
OptionsServiceCollectionExtensions.cs (1)
27
services.TryAdd(ServiceDescriptor.Scoped(typeof(
IOptionsSnapshot
<>), typeof(OptionsManager<>)));