2 writes to ResultJson
Microsoft.JSInterop (2)
Infrastructure\DotNetInvocationResult.cs (2)
18ResultJson = default; 30ResultJson = resultJson;
5 references to ResultJson
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
98invocationResult.ResultJson);
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewJSRuntime.cs (1)
44? invocationResult.ResultJson
Microsoft.JSInterop.Tests (2)
Infrastructure\DotNetDispatcherTest.cs (1)
609var resultJson = Assert.IsType<string>(jsRuntime.LastCompletionResult.ResultJson);
JSRuntimeTest.cs (1)
480ResultJson = invocationResult.ResultJson,
Microsoft.JSInterop.WebAssembly (1)
WebAssemblyJSRuntime.cs (1)
49? dispatchResult.ResultJson!