1 implementation of IMauiInitializeScopedService
Microsoft.Maui (1)
Hosting\Dispatching\AppHostBuilderExtensions.cs (1)
84 class DispatcherInitializer : IMauiInitializeScopedService
3 references to IMauiInitializeScopedService
Microsoft.Maui (3)
Hosting\Dispatching\AppHostBuilderExtensions.cs (1)
27 builder.Services.TryAddEnumerable(ServiceDescriptor.Scoped<IMauiInitializeScopedService, DispatcherInitializer>());
MauiContextExtensions.cs (2)
86 var scopedServices = scopedContext.Services.GetServices<IMauiInitializeScopedService>(); 90 foreach (var service in scopedServices)