4 writes to ResultType
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
115ResultType = resultType,
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewJSRuntime.cs (1)
39ResultType = resultType,
Microsoft.JSInterop (2)
JSInProcessRuntime.cs (1)
55ResultType = resultType,
JSRuntime.cs (1)
161ResultType = resultType,
6 references to ResultType
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
148(int)invocationInfo.ResultType,
Microsoft.AspNetCore.Components.WebView (1)
IpcSender.cs (1)
59invocationInfo.ResultType,
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)
46(int)invocationInfo.ResultType, 77(int)invocationInfo.ResultType,