8 instantiations of SomePublicType
Microsoft.JSInterop.Tests (8)
Infrastructure\DotNetDispatcherTest.cs (8)
179var targetInstance = new SomePublicType(); 213var targetInstance = new SomePublicType(); 232var targetInstance = new SomePublicType(); 251var targetInstance = new SomePublicType(); 450var targetInstance = new SomePublicType(); 587var targetInstance = new SomePublicType(); 626var targetInstance = new SomePublicType(); 656var targetInstance = new SomePublicType();
15 references to SomePublicType
Microsoft.JSInterop.Tests (15)
Infrastructure\DotNetDispatcherTest.cs (15)
77SomePublicType.DidInvokeMyInvocableStaticVoid = false; 82Assert.True(SomePublicType.DidInvokeMyInvocableStaticVoid); 103var resultJson = DotNetDispatcher.Invoke(jsRuntime, new DotNetInvocationInfo(thisAssemblyName, nameof(SomePublicType.InvokableMethodWithoutCustomIdentifier), default, default), null); 155var method = nameof(SomePublicType.IncorrectDotNetObjectRefUsage); 179var targetInstance = new SomePublicType(); 213var targetInstance = new SomePublicType(); 232var targetInstance = new SomePublicType(); 251var targetInstance = new SomePublicType(); 450var targetInstance = new SomePublicType(); 587var targetInstance = new SomePublicType(); 610var result = JsonSerializer.Deserialize<SomePublicType.InvokableAsyncMethodResult>(resultJson, jsRuntime.JsonSerializerOptions); 626var targetInstance = new SomePublicType(); 643nameof(SomePublicType.InvokableAsyncMethodReturningValueTask), 1, callId), argsJson); 656var targetInstance = new SomePublicType(); 667nameof(SomePublicType.InvokableAsyncMethodReturningValueTaskNonGeneric), 1, callId), argsJson);