3 writes to ArgsJson
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
116ArgsJson = argsJson,
Microsoft.JSInterop (2)
JSInProcessRuntime.cs (1)
56ArgsJson = argsJson,
JSRuntime.cs (1)
162ArgsJson = argsJson,
3 references to ArgsJson
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
147invocationInfo.ArgsJson,
Microsoft.JSInterop (2)
JSInProcessRuntime.cs (1)
101return InvokeJS(invocationInfo.Identifier, invocationInfo.ArgsJson, invocationInfo.ResultType, invocationInfo.TargetInstanceId);
JSRuntime.cs (1)
211BeginInvokeJS(invocationInfo.AsyncHandle, invocationInfo.Identifier, invocationInfo.ArgsJson, invocationInfo.ResultType, invocationInfo.TargetInstanceId);