2 instantiations of TestClass
Aspire.Hosting.RemoteHost.Tests (2)
AtsMarshallerTests.cs (2)
220
var obj = new
TestClass
{ Value = 42 };
421
var obj = new
TestClass
{ Value = 42 };
5 references to TestClass
Aspire.Hosting.RemoteHost.Tests (5)
AtsMarshallerTests.cs (5)
71
Assert.False(AtsMarshaller.IsSimpleType(typeof(
TestClass
)));
220
var
obj = new TestClass { Value = 42 };
225
var result = marshaller.UnmarshalFromJson(json, typeof(
TestClass
), context);
421
var
obj = new TestClass { Value = 42 };
529
marshaller.UnmarshalFromJson(json, typeof(
TestClass
), context));