1 instantiation of WebAssemblyDispatcher
Microsoft.AspNetCore.Components.WebAssembly (1)
Rendering\WebAssemblyRenderer.cs (1)
39
: new
WebAssemblyDispatcher
();
4 references to WebAssemblyDispatcher
Microsoft.AspNetCore.Components.WebAssembly (4)
Hosting\WebAssemblyHostBuilder.cs (3)
214
if (
WebAssemblyDispatcher
._mainSynchronizationContext == null && SynchronizationContext.Current != null)
216
WebAssemblyDispatcher
._mainSynchronizationContext = SynchronizationContext.Current;
217
WebAssemblyDispatcher
._mainManagedThreadId = currentThread.ManagedThreadId;
Rendering\WebAssemblyRenderer.cs (1)
37
_dispatcher =
WebAssemblyDispatcher
._mainSynchronizationContext == null