8 instantiations of UnmarshalContext
Aspire.Hosting.RemoteHost (7)
Ats\AtsCallbackProxyFactory.cs (1)
285
var context = new AtsMarshaller.
UnmarshalContext
Ats\AtsMarshaller.cs (3)
630
var elementContext = new
UnmarshalContext
651
var elementContext = new
UnmarshalContext
680
var valueContext = new
UnmarshalContext
Ats\CapabilityDispatcher.cs (3)
251
var unmarshalContext = new AtsMarshaller.
UnmarshalContext
333
var context = new AtsMarshaller.
UnmarshalContext
430
var context = new AtsMarshaller.
UnmarshalContext
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
903
var context = new AtsMarshaller.
UnmarshalContext
21 references to UnmarshalContext
Aspire.Hosting.RemoteHost (19)
Ats\AtsCallbackProxyFactory.cs (1)
285
var
context = new AtsMarshaller.UnmarshalContext
Ats\AtsMarshaller.cs (13)
23
private readonly ConditionalWeakTable<
UnmarshalContext
, JsonSerializerOptions> _dtoJsonOptionsByContext = new();
275
private object? DeserializeDto(JsonObject jsonObj, Type targetType,
UnmarshalContext
context)
290
private JsonSerializerOptions GetDtoJsonOptions(
UnmarshalContext
context)
295
private JsonSerializerOptions CreateDtoJsonOptions(
UnmarshalContext
context)
305
private sealed class CallbackJsonConverterFactory(AtsMarshaller marshaller,
UnmarshalContext
context) : JsonConverterFactory
318
private sealed class CallbackJsonConverter<TDelegate>(AtsMarshaller marshaller,
UnmarshalContext
context) : JsonConverter<TDelegate>
347
private object? CreateCallbackProxy(string? callbackId, Type callbackType,
UnmarshalContext
context)
374
private sealed class ReferenceExpressionJsonConverterFactory(AtsMarshaller marshaller,
UnmarshalContext
context) : JsonConverterFactory
387
private sealed class ReferenceExpressionJsonConverter<TReferenceExpression>(AtsMarshaller marshaller,
UnmarshalContext
context) : JsonConverter<TReferenceExpression>
542
public object? UnmarshalFromJson(JsonNode? node, Type targetType,
UnmarshalContext
context)
630
var
elementContext = new UnmarshalContext
651
var
elementContext = new UnmarshalContext
680
var
valueContext = new UnmarshalContext
Ats\CapabilityDispatcher.cs (5)
251
var
unmarshalContext = new AtsMarshaller.UnmarshalContext
333
var
context = new AtsMarshaller.UnmarshalContext
430
var
context = new AtsMarshaller.UnmarshalContext
754
AtsMarshaller.
UnmarshalContext
context,
797
AtsMarshaller.
UnmarshalContext
context,
Aspire.Hosting.RemoteHost.Tests (2)
AtsMarshallerTests.cs (2)
900
private static (AtsMarshaller Marshaller, AtsMarshaller.
UnmarshalContext
Context) CreateMarshallerWithContext(HandleRegistry? registry = null)
903
var
context = new AtsMarshaller.UnmarshalContext