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