4 references to TestDTO
BasicTestApp (4)
InteropTest\JavaScriptInterop.cs (4)
394{ "Some sync instance", DotNetObjectReference.Create(new TestDTO(1000)) } 404{ "Some async instance", DotNetObjectReference.Create(new TestDTO(1001)) } 466OutgoingByRef = DotNetObjectReference.Create(new TestDTO(1234)), 482OutgoingByRef = DotNetObjectReference.Create(new TestDTO(1234)),