1 implementation of IOptionsSnapshot
Microsoft.Extensions.Options (1)
OptionsManager.cs (1)
15IOptionsSnapshot<TOptions>
4 references to IOptionsSnapshot
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
Services\DefaultRemoteApplicationPathsProvider.cs (1)
14public DefaultRemoteApplicationPathsProvider(IOptionsSnapshot<RemoteAuthenticationOptions<TProviderOptions>> options)
Services\RemoteAuthenticationService.cs (1)
70IOptionsSnapshot<RemoteAuthenticationOptions<TProviderOptions>> options,
Microsoft.Extensions.Options (2)
OptionsManager.cs (1)
10/// Implements <see cref="IOptions{TOptions}"/> and <see cref="IOptionsSnapshot{TOptions}"/>.
OptionsServiceCollectionExtensions.cs (1)
27services.TryAdd(ServiceDescriptor.Scoped(typeof(IOptionsSnapshot<>), typeof(OptionsManager<>)));