1 instantiation of GetAppHostInfoRequest
aspire (1)
BackchannelJsonSerializerContext.GetAppHostInfoRequest.g.cs (1)
31
ObjectCreator = () => new global::Aspire.Cli.Backchannel.
GetAppHostInfoRequest
(),
13 references to GetAppHostInfoRequest
aspire (13)
Backchannel\BackchannelJsonSerializerContext.cs (1)
62
[JsonSerializable(typeof(
GetAppHostInfoRequest
))]
BackchannelJsonSerializerContext.GetAppHostInfoRequest.g.cs (11)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
GetAppHostInfoRequest
>? _GetAppHostInfoRequest;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
GetAppHostInfoRequest
> GetAppHostInfoRequest
22
get => _GetAppHostInfoRequest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
GetAppHostInfoRequest
>)Options.GetTypeInfo(typeof(global::Aspire.Cli.Backchannel.
GetAppHostInfoRequest
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
GetAppHostInfoRequest
> Create_GetAppHostInfoRequest(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Backchannel.
GetAppHostInfoRequest
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
GetAppHostInfoRequest
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Cli.Backchannel.
GetAppHostInfoRequest
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Cli.Backchannel.
GetAppHostInfoRequest
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
39
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Aspire.Cli.Backchannel.
GetAppHostInfoRequest
>(options, objectInfo);
56
private void GetAppHostInfoRequestSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Cli.Backchannel.
GetAppHostInfoRequest
? value)
BackchannelJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
74
if (type == typeof(global::Aspire.Cli.Backchannel.
GetAppHostInfoRequest
))