4 references to InvokeCalls
Microsoft.JSInterop.Tests (4)
JSInProcessRuntimeTest.cs (4)
21
var call = runtime.
InvokeCalls
.Single();
53
var call = runtime.
InvokeCalls
.Single();
80
var call = runtime.
InvokeCalls
.Single();
100
InvokeCalls
.Add(new InvokeArgs { Identifier = identifier, ArgsJson = argsJson });