2 instantiations of TestClass
Aspire.Hosting.RemoteHost.Tests (2)
AtsMarshallerTests.cs (2)
372
var obj = new
TestClass
{ Value = 42 };
573
var obj = new
TestClass
{ Value = 42 };
6 references to TestClass
Aspire.Hosting.RemoteHost.Tests (6)
AtsMarshallerTests.cs (6)
116
Assert.False(AtsMarshaller.IsSimpleType(typeof(
TestClass
)));
372
var
obj = new TestClass { Value = 42 };
377
var result = marshaller.UnmarshalFromJson(json, typeof(
TestClass
), context);
573
var
obj = new TestClass { Value = 42 };
717
marshaller.UnmarshalFromJson(json, typeof(
TestClass
), context));
1121
Assert.False(marshaller.IsDtoType(typeof(
TestClass
)));