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