4 instantiations of GenericType
Microsoft.JSInterop.Tests (4)
Infrastructure\DotNetDispatcherTest.cs (4)
472var targetInstance = new GenericType<int>(); 488var targetInstance = new GenericType<string>(); 551var targetInstance = new GenericType<int>(); 566var targetInstance = new GenericType<int>();
7 references to GenericType
Microsoft.JSInterop.Tests (7)
Infrastructure\DotNetDispatcherTest.cs (7)
472var targetInstance = new GenericType<int>(); 478var resultJson = DotNetDispatcher.Invoke(jsRuntime, new DotNetInvocationInfo(null, nameof(GenericType<int>.EchoStringParameter), 1, default), argsJson); 488var targetInstance = new GenericType<string>(); 494var resultJson = DotNetDispatcher.Invoke(jsRuntime, new DotNetInvocationInfo(null, nameof(GenericType<string>.EchoParameter), 1, default), argsJson); 551var targetInstance = new GenericType<int>(); 566var targetInstance = new GenericType<int>(); 573DotNetDispatcher.Invoke(jsRuntime, new DotNetInvocationInfo(null, nameof(GenericType<int>.EchoParameter), 1, default), argsJson));