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