1 write to _marshaller
Aspire.Hosting.RemoteHost (1)
Ats\AtsCallbackProxyFactory.cs (1)
40
_marshaller
= marshaller;
5 references to _marshaller
Aspire.Hosting.RemoteHost (5)
Ats\AtsCallbackProxyFactory.cs (5)
175
return
_marshaller
.MarshalToJson(value, declaredType);
291
return (T?)
_marshaller
.UnmarshalFromJson(result, typeof(T), context);
312
_marshaller
.IsDtoType(p.ParameterType));
389
if (!
_marshaller
.IsDtoType(argTypes[i]))
407
_marshaller
.ApplyDtoProperties(modifiedDto, originalArgs[i]!, argTypes[i]);