1 implementation of IOptionsSnapshot
Microsoft.Extensions.Options (1)
OptionsManager.cs (1)
15
IOptionsSnapshot
<TOptions>
4 references to IOptionsSnapshot
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
Services\DefaultRemoteApplicationPathsProvider.cs (1)
14
public DefaultRemoteApplicationPathsProvider(
IOptionsSnapshot
<RemoteAuthenticationOptions<TProviderOptions>> options)
Services\RemoteAuthenticationService.cs (1)
70
IOptionsSnapshot
<RemoteAuthenticationOptions<TProviderOptions>> options,
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<>)));