1 write to ArgsJson
Microsoft.JSInterop.Tests (1)
JSRuntimeTest.cs (1)
491
ArgsJson
= argsJson,
3 references to ArgsJson
Microsoft.JSInterop.Tests (3)
JSRuntimeTest.cs (3)
29
Assert.Equal("[\"arg1\",123,true]", call.
ArgsJson
);
34
Assert.Equal("[\"some other arg\"]", call.
ArgsJson
);
286
Assert.Equal("[{\"__dotNetObject\":1},{\"obj2\":{\"__dotNetObject\":2},\"obj3\":{\"__dotNetObject\":3},\"obj1SameRef\":{\"__dotNetObject\":1},\"obj1DifferentRef\":{\"__dotNetObject\":4}}]", call.
ArgsJson
);