8 instantiations of SomePublicType
Microsoft.JSInterop.Tests (8)
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();
623var targetInstance = new SomePublicType();
646var result = JsonSerializer.Deserialize<SomePublicType.InvokableAsyncMethodResult>(resultJson, jsRuntime.JsonSerializerOptions);
662var targetInstance = new SomePublicType();
679nameof(SomePublicType.InvokableAsyncMethodReturningValueTask), 1, callId), argsJson);
692var targetInstance = new SomePublicType();
703nameof(SomePublicType.InvokableAsyncMethodReturningValueTaskNonGeneric), 1, callId), argsJson);