5 references to IsDtoType
Aspire.Hosting.RemoteHost (2)
Ats\AtsCallbackProxyFactory.cs (2)
312_marshaller.IsDtoType(p.ParameterType)); 389if (!_marshaller.IsDtoType(argTypes[i]))
Aspire.Hosting.RemoteHost.Tests (3)
AtsMarshallerTests.cs (3)
1112Assert.True(marshaller.IsDtoType(typeof(TestDto))); 1120Assert.False(marshaller.IsDtoType(typeof(string))); 1121Assert.False(marshaller.IsDtoType(typeof(TestClass)));