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