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