3 writes to ResultType
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
115
ResultType
= resultType,
Microsoft.JSInterop (2)
JSInProcessRuntime.cs (1)
55
ResultType
= resultType,
JSRuntime.cs (1)
161
ResultType
= resultType,
3 references to ResultType
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
148
(int)invocationInfo.
ResultType
,
Microsoft.JSInterop (2)
JSInProcessRuntime.cs (1)
101
return InvokeJS(invocationInfo.Identifier, invocationInfo.ArgsJson, invocationInfo.
ResultType
, invocationInfo.TargetInstanceId);
JSRuntime.cs (1)
211
BeginInvokeJS(invocationInfo.AsyncHandle, invocationInfo.Identifier, invocationInfo.ArgsJson, invocationInfo.
ResultType
, invocationInfo.TargetInstanceId);