2 references to GetDispatcher
Microsoft.Maui (2)
Hosting\Dispatching\AppHostBuilderExtensions.cs (2)
20
builder.Services.TryAddSingleton<ApplicationDispatcher>((svc) => new ApplicationDispatcher(
GetDispatcher
(svc, false)));
25
builder.Services.TryAddScoped<IDispatcher>((svc) =>
GetDispatcher
(svc, true));