7 references to Scoped
Microsoft.AspNetCore.Components (2)
PersistentState\PersistentStateProviderServiceCollectionExtensions.cs (1)
21
services.TryAddEnumerable(ServiceDescriptor.
Scoped
<ICascadingValueSupplier, PersistentStateValueProvider>());
SupplyParameterFromQueryProviderServiceCollectionExtensions.cs (1)
22
services.TryAddEnumerable(ServiceDescriptor.
Scoped
<ICascadingValueSupplier, SupplyParameterFromQueryValueProvider>());
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
RemoteAuthenticationBuilderExtensions.cs (1)
29
builder.Services.Replace(ServiceDescriptor.
Scoped
<AccountClaimsPrincipalFactory<TAccount>, TAccountClaimsPrincipalFactory>());
WebAssemblyAuthenticationServiceCollectionExtensions.cs (1)
152
services.TryAddEnumerable(ServiceDescriptor.
Scoped
<IPostConfigureOptions<RemoteAuthenticationOptions<OidcProviderOptions>>, DefaultOidcOptionsConfiguration>());
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
WebAssemblyRazorComponentsBuilderExtensions.cs (1)
63
builder.Services.TryAddEnumerable(ServiceDescriptor.
Scoped
<IHostEnvironmentAuthenticationStateProvider, AuthenticationStateSerializer>());
Microsoft.Authentication.WebAssembly.Msal (1)
MsalWebAssemblyServiceCollectionExtensions.cs (1)
61
services.TryAddEnumerable(ServiceDescriptor.
Scoped
<IPostConfigureOptions<RemoteAuthenticationOptions<MsalProviderOptions>>, MsalDefaultOptionsConfiguration>());
Microsoft.Maui (1)
Hosting\Dispatching\AppHostBuilderExtensions.cs (1)
27
builder.Services.TryAddEnumerable(ServiceDescriptor.
Scoped
<IMauiInitializeScopedService, DispatcherInitializer>());