4 writes to ArgsJson
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
116ArgsJson = argsJson,
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewJSRuntime.cs (1)
38ArgsJson = argsJson,
Microsoft.JSInterop (2)
JSInProcessRuntime.cs (1)
56ArgsJson = argsJson,
JSRuntime.cs (1)
162ArgsJson = argsJson,
6 references to ArgsJson
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
147invocationInfo.ArgsJson,
Microsoft.AspNetCore.Components.WebView (1)
IpcSender.cs (1)
58invocationInfo.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);
Microsoft.JSInterop.WebAssembly (2)
WebAssemblyJSRuntime.cs (2)
47invocationInfo.ArgsJson, 78invocationInfo.ArgsJson,