8 instantiations of UnmarshalContext
Aspire.Hosting.RemoteHost (7)
Ats\AtsCallbackProxyFactory.cs (1)
261var context = new AtsMarshaller.UnmarshalContext
Ats\AtsMarshaller.cs (3)
363var elementContext = new UnmarshalContext 384var elementContext = new UnmarshalContext 413var valueContext = new UnmarshalContext
Ats\CapabilityDispatcher.cs (3)
209var unmarshalContext = new AtsMarshaller.UnmarshalContext 270var context = new AtsMarshaller.UnmarshalContext 362var context = new AtsMarshaller.UnmarshalContext
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
620var context = new AtsMarshaller.UnmarshalContext
10 references to UnmarshalContext
Aspire.Hosting.RemoteHost (8)
Ats\AtsCallbackProxyFactory.cs (1)
261var context = new AtsMarshaller.UnmarshalContext
Ats\AtsMarshaller.cs (4)
271public object? UnmarshalFromJson(JsonNode? node, Type targetType, UnmarshalContext context) 363var elementContext = new UnmarshalContext 384var elementContext = new UnmarshalContext 413var valueContext = new UnmarshalContext
Ats\CapabilityDispatcher.cs (3)
209var unmarshalContext = new AtsMarshaller.UnmarshalContext 270var context = new AtsMarshaller.UnmarshalContext 362var context = new AtsMarshaller.UnmarshalContext
Aspire.Hosting.RemoteHost.Tests (2)
AtsMarshallerTests.cs (2)
617private static (AtsMarshaller Marshaller, AtsMarshaller.UnmarshalContext Context) CreateMarshallerWithContext(HandleRegistry? registry = null) 620var context = new AtsMarshaller.UnmarshalContext