5 references to IsDtoType
Aspire.Hosting.RemoteHost (2)
Ats\AtsCallbackProxyFactory.cs (2)
311_marshaller.IsDtoType(p.ParameterType)); 388if (!_marshaller.IsDtoType(argTypes[i]))
Aspire.Hosting.RemoteHost.Tests (3)
AtsMarshallerTests.cs (3)
872Assert.True(marshaller.IsDtoType(typeof(TestDto))); 880Assert.False(marshaller.IsDtoType(typeof(string))); 881Assert.False(marshaller.IsDtoType(typeof(TestClass)));