2 writes to ResultJson
Microsoft.JSInterop (2)
Infrastructure\DotNetInvocationResult.cs (2)
18
ResultJson
= default;
30
ResultJson
= resultJson;
3 references to ResultJson
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
98
invocationResult.
ResultJson
);
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewJSRuntime.cs (1)
72
? invocationResult.
ResultJson
Microsoft.JSInterop.WebAssembly (1)
WebAssemblyJSRuntime.cs (1)
89
? dispatchResult.
ResultJson
!