4 instantiations of GenericType
Microsoft.JSInterop.Tests (4)
7 references to GenericType
Microsoft.JSInterop.Tests (7)
Infrastructure\DotNetDispatcherTest.cs (7)
471var targetInstance = new GenericType<int>();
477var resultJson = DotNetDispatcher.Invoke(jsRuntime, new DotNetInvocationInfo(null, nameof(GenericType<int>.EchoStringParameter), 1, default), argsJson);
487var targetInstance = new GenericType<string>();
493var resultJson = DotNetDispatcher.Invoke(jsRuntime, new DotNetInvocationInfo(null, nameof(GenericType<string>.EchoParameter), 1, default), argsJson);
514var targetInstance = new GenericType<int>();
529var targetInstance = new GenericType<int>();
536DotNetDispatcher.Invoke(jsRuntime, new DotNetInvocationInfo(null, nameof(GenericType<int>.EchoParameter), 1, default), argsJson));