4 writes to AsyncHandle
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
111AsyncHandle = asyncHandle,
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewJSRuntime.cs (1)
36AsyncHandle = taskId,
Microsoft.JSInterop (2)
JSInProcessRuntime.cs (1)
51AsyncHandle = SyncCallIndicator,
JSRuntime.cs (1)
157AsyncHandle = taskId,
6 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 (1)
JSRuntime.cs (1)
211BeginInvokeJS(invocationInfo.AsyncHandle, invocationInfo.Identifier, invocationInfo.ArgsJson, invocationInfo.ResultType, invocationInfo.TargetInstanceId);
Microsoft.JSInterop.WebAssembly (2)
WebAssemblyJSRuntime.cs (2)
48invocationInfo.AsyncHandle, 79invocationInfo.AsyncHandle,