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