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