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