2 writes to AsyncHandle
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
111AsyncHandle = asyncHandle,
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewJSRuntime.cs (1)
35AsyncHandle = taskId,
14 references to AsyncHandle
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteJSRuntime.cs (2)
141Log.BeginInvokeJS(_logger, invocationInfo.AsyncHandle, invocationInfo.Identifier); 145invocationInfo.AsyncHandle,
Microsoft.AspNetCore.Components.WebView (1)
IpcSender.cs (1)
56invocationInfo.AsyncHandle,
Microsoft.JSInterop.Tests (9)
Infrastructure\DotNetDispatcherTest.cs (1)
1085LastInvocationAsyncHandle = invocationInfo.AsyncHandle;
JSRuntimeTest.cs (8)
35Assert.NotEqual(runtime.BeginInvokeCalls[0].AsyncHandle, call.AsyncHandle); 119runtime.BeginInvokeCalls[1].AsyncHandle, 141runtime.BeginInvokeCalls[0].AsyncHandle, 166runtime.BeginInvokeCalls[0].AsyncHandle, 195runtime.BeginInvokeCalls[1].AsyncHandle, 222runtime.BeginInvokeCalls[1].AsyncHandle, 244var asyncHandle = runtime.BeginInvokeCalls[0].AsyncHandle;
Microsoft.JSInterop.WebAssembly (2)
WebAssemblyJSRuntime.cs (2)
48invocationInfo.AsyncHandle, 79invocationInfo.AsyncHandle,