1 instantiation of InvokeArgs
Microsoft.JSInterop.Tests (1)
JSInProcessRuntimeTest.cs (1)
100InvokeCalls.Add(new InvokeArgs { Identifier = identifier, ArgsJson = argsJson });
5 references to InvokeArgs
Microsoft.JSInterop.Tests (5)
JSInProcessRuntimeTest.cs (5)
21var call = runtime.InvokeCalls.Single(); 53var call = runtime.InvokeCalls.Single(); 80var call = runtime.InvokeCalls.Single(); 94public List<InvokeArgs> InvokeCalls { get; set; } = new List<InvokeArgs>();