2 instantiations of TestClass
Aspire.Hosting.RemoteHost.Tests (2)
AtsMarshallerTests.cs (2)
231
var obj = new
TestClass
{ Value = 42 };
432
var obj = new
TestClass
{ Value = 42 };
6 references to TestClass
Aspire.Hosting.RemoteHost.Tests (6)
AtsMarshallerTests.cs (6)
82
Assert.False(AtsMarshaller.IsSimpleType(typeof(
TestClass
)));
231
var
obj = new TestClass { Value = 42 };
236
var result = marshaller.UnmarshalFromJson(json, typeof(
TestClass
), context);
432
var
obj = new TestClass { Value = 42 };
540
marshaller.UnmarshalFromJson(json, typeof(
TestClass
), context));
832
Assert.False(marshaller.IsDtoType(typeof(
TestClass
)));