4 instantiations of GenericType
Microsoft.JSInterop.Tests (4)
Infrastructure\DotNetDispatcherTest.cs (4)
463var targetInstance = new GenericType<int>(); 479var targetInstance = new GenericType<string>(); 506var targetInstance = new GenericType<int>(); 521var targetInstance = new GenericType<int>();
7 references to GenericType
Microsoft.JSInterop.Tests (7)
Infrastructure\DotNetDispatcherTest.cs (7)
463var targetInstance = new GenericType<int>(); 469var resultJson = DotNetDispatcher.Invoke(jsRuntime, new DotNetInvocationInfo(null, nameof(GenericType<int>.EchoStringParameter), 1, default), argsJson); 479var targetInstance = new GenericType<string>(); 485var resultJson = DotNetDispatcher.Invoke(jsRuntime, new DotNetInvocationInfo(null, nameof(GenericType<string>.EchoParameter), 1, default), argsJson); 506var targetInstance = new GenericType<int>(); 521var targetInstance = new GenericType<int>(); 528DotNetDispatcher.Invoke(jsRuntime, new DotNetInvocationInfo(null, nameof(GenericType<int>.EchoParameter), 1, default), argsJson));