3 writes to AsyncHandle
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
111AsyncHandle = asyncHandle,
Microsoft.JSInterop (2)
JSInProcessRuntime.cs (1)
51AsyncHandle = SyncCallIndicator,
JSRuntime.cs (1)
157AsyncHandle = taskId,
3 references to AsyncHandle
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteJSRuntime.cs (2)
141Log.BeginInvokeJS(_logger, invocationInfo.AsyncHandle, invocationInfo.Identifier); 145invocationInfo.AsyncHandle,
Microsoft.JSInterop (1)
JSRuntime.cs (1)
211BeginInvokeJS(invocationInfo.AsyncHandle, invocationInfo.Identifier, invocationInfo.ArgsJson, invocationInfo.ResultType, invocationInfo.TargetInstanceId);