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)
175return _marshaller.MarshalToJson(value, declaredType); 291return (T?)_marshaller.UnmarshalFromJson(result, typeof(T), context); 312_marshaller.IsDtoType(p.ParameterType)); 389if (!_marshaller.IsDtoType(argTypes[i])) 407_marshaller.ApplyDtoProperties(modifiedDto, originalArgs[i]!, argTypes[i]);