2 instantiations of TestClass
Aspire.Hosting.RemoteHost.Tests (2)
AtsMarshallerTests.cs (2)
280
var obj = new
TestClass
{ Value = 42 };
481
var obj = new
TestClass
{ Value = 42 };
6 references to TestClass
Aspire.Hosting.RemoteHost.Tests (6)
AtsMarshallerTests.cs (6)
83
Assert.False(AtsMarshaller.IsSimpleType(typeof(
TestClass
)));
280
var
obj = new TestClass { Value = 42 };
285
var result = marshaller.UnmarshalFromJson(json, typeof(
TestClass
), context);
481
var
obj = new TestClass { Value = 42 };
589
marshaller.UnmarshalFromJson(json, typeof(
TestClass
), context));
881
Assert.False(marshaller.IsDtoType(typeof(
TestClass
)));