1 instantiation of BeginInvokeAsyncArgs
Microsoft.JSInterop.Tests (1)
JSRuntimeTest.cs (1)
487BeginInvokeCalls.Add(new BeginInvokeAsyncArgs
3 references to BeginInvokeAsyncArgs
Microsoft.JSInterop.Tests (3)
JSRuntimeTest.cs (3)
284var call = runtime.BeginInvokeCalls.Single(); 448public List<BeginInvokeAsyncArgs> BeginInvokeCalls = new List<BeginInvokeAsyncArgs>();