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(); 442var targetInstance = new SomePublicType(); 579var targetInstance = new SomePublicType(); 618var targetInstance = new SomePublicType(); 648var 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(); 442var targetInstance = new SomePublicType(); 579var targetInstance = new SomePublicType(); 602var result = JsonSerializer.Deserialize<SomePublicType.InvokableAsyncMethodResult>(resultJson, jsRuntime.JsonSerializerOptions); 618var targetInstance = new SomePublicType(); 635nameof(SomePublicType.InvokableAsyncMethodReturningValueTask), 1, callId), argsJson); 648var targetInstance = new SomePublicType(); 659nameof(SomePublicType.InvokableAsyncMethodReturningValueTaskNonGeneric), 1, callId), argsJson);