1 instantiation of WebAssemblyDispatcher
Microsoft.AspNetCore.Components.WebAssembly (1)
Rendering\WebAssemblyRenderer.cs (1)
40
: new
WebAssemblyDispatcher
();
4 references to WebAssemblyDispatcher
Microsoft.AspNetCore.Components.WebAssembly (4)
Hosting\WebAssemblyHostBuilder.cs (3)
224
if (
WebAssemblyDispatcher
._mainSynchronizationContext == null && SynchronizationContext.Current != null)
226
WebAssemblyDispatcher
._mainSynchronizationContext = SynchronizationContext.Current;
227
WebAssemblyDispatcher
._mainManagedThreadId = currentThread.ManagedThreadId;
Rendering\WebAssemblyRenderer.cs (1)
38
_dispatcher =
WebAssemblyDispatcher
._mainSynchronizationContext == null