3 writes to NextResultJson
Microsoft.JSInterop.Tests (3)
JSInProcessRuntimeTest.cs (3)
16
NextResultJson
= "{\"intValue\":123,\"stringValue\":\"Hello\"}"
34
var runtime = new TestJSInProcessRuntime {
NextResultJson
= null };
69
NextResultJson
= "[{\"__dotNetObject\":2},{\"__dotNetObject\":1}]"
1 reference to NextResultJson
Microsoft.JSInterop.Tests (1)
JSInProcessRuntimeTest.cs (1)
101
return
NextResultJson
;