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