2 writes to SomeDTO
Microsoft.JSInterop.Tests (2)
Infrastructure\DotNetDispatcherTest.cs (2)
971SomeDTO = new TestDTO // Return via JSON 990SomeDTO = new TestDTO // Return via JSON
2 references to SomeDTO
Microsoft.JSInterop.Tests (2)
Infrastructure\DotNetDispatcherTest.cs (2)
648Assert.Equal("STRING VIA JSON", result.SomeDTO.StringVal); 649Assert.Equal(2000, result.SomeDTO.IntVal);