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