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