8 instantiations of UnmarshalContext
Aspire.Hosting.RemoteHost (7)
Ats\AtsCallbackProxyFactory.cs (1)
284var context = new AtsMarshaller.UnmarshalContext
Ats\AtsMarshaller.cs (3)
401var elementContext = new UnmarshalContext 422var elementContext = new UnmarshalContext 451var valueContext = new UnmarshalContext
Ats\CapabilityDispatcher.cs (3)
214var unmarshalContext = new AtsMarshaller.UnmarshalContext 278var context = new AtsMarshaller.UnmarshalContext 345var context = new AtsMarshaller.UnmarshalContext
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
680var context = new AtsMarshaller.UnmarshalContext
10 references to UnmarshalContext
Aspire.Hosting.RemoteHost (8)
Ats\AtsCallbackProxyFactory.cs (1)
284var context = new AtsMarshaller.UnmarshalContext
Ats\AtsMarshaller.cs (4)
303public object? UnmarshalFromJson(JsonNode? node, Type targetType, UnmarshalContext context) 401var elementContext = new UnmarshalContext 422var elementContext = new UnmarshalContext 451var valueContext = new UnmarshalContext
Ats\CapabilityDispatcher.cs (3)
214var unmarshalContext = new AtsMarshaller.UnmarshalContext 278var context = new AtsMarshaller.UnmarshalContext 345var context = new AtsMarshaller.UnmarshalContext
Aspire.Hosting.RemoteHost.Tests (2)
AtsMarshallerTests.cs (2)
677private static (AtsMarshaller Marshaller, AtsMarshaller.UnmarshalContext Context) CreateMarshallerWithContext(HandleRegistry? registry = null) 680var context = new AtsMarshaller.UnmarshalContext