1 write to _marshaller
Aspire.Hosting.RemoteHost (1)
Ats\AtsCallbackProxyFactory.cs (1)
39_marshaller = marshaller;
2 references to _marshaller
Aspire.Hosting.RemoteHost (2)
Ats\AtsCallbackProxyFactory.cs (2)
169return _marshaller.MarshalToJson(value); 267return (T?)_marshaller.UnmarshalFromJson(result, typeof(T), context);