1 instantiation of WebAssemblyDispatcher
Microsoft.AspNetCore.Components.WebAssembly (1)
Rendering\WebAssemblyRenderer.cs (1)
43
: new
WebAssemblyDispatcher
();
4 references to WebAssemblyDispatcher
Microsoft.AspNetCore.Components.WebAssembly (4)
Hosting\WebAssemblyHostBuilder.cs (3)
229
if (
WebAssemblyDispatcher
._mainSynchronizationContext == null && SynchronizationContext.Current != null)
231
WebAssemblyDispatcher
._mainSynchronizationContext = SynchronizationContext.Current;
232
WebAssemblyDispatcher
._mainManagedThreadId = currentThread.ManagedThreadId;
Rendering\WebAssemblyRenderer.cs (1)
41
_dispatcher =
WebAssemblyDispatcher
._mainSynchronizationContext == null