2 references to OptionsManager
Microsoft.Extensions.Options (2)
IOptionsSnapshot.cs (1)
13/// The default implementation, <see cref="OptionsManager{TOptions}"/>, has a separate options cache in each
OptionsServiceCollectionExtensions.cs (1)
27services.TryAdd(ServiceDescriptor.Scoped(typeof(IOptionsSnapshot<>), typeof(OptionsManager<>)));