1 instantiation of DispatcherProvider
Microsoft.Maui (1)
Dispatching\DispatcherProvider.cs (1)
18
s_currentProvider ??= new
DispatcherProvider
();
3 references to DispatcherProvider
Microsoft.Maui (3)
Dispatching\Dispatcher.cs (1)
9
DispatcherProvider
.Current.GetForCurrentThread();
Hosting\Dispatching\AppHostBuilderExtensions.cs (2)
17
DispatcherProvider
.Current);
63
if (
DispatcherProvider
.SetCurrent(provider))