1 instantiation of StopAppHostResponse
aspire (1)
BackchannelJsonSerializerContext.StopAppHostResponse.g.cs (1)
31
ObjectCreator = () => new global::Aspire.Cli.Backchannel.
StopAppHostResponse
(),
14 references to StopAppHostResponse
aspire (14)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
695
await rpc.InvokeWithCancellationAsync<
StopAppHostResponse
>(
Backchannel\BackchannelJsonSerializerContext.cs (1)
75
[JsonSerializable(typeof(
StopAppHostResponse
))]
BackchannelJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
218
if (type == typeof(global::Aspire.Cli.Backchannel.
StopAppHostResponse
))
BackchannelJsonSerializerContext.StopAppHostResponse.g.cs (11)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
StopAppHostResponse
>? _StopAppHostResponse;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
StopAppHostResponse
> StopAppHostResponse
22
get => _StopAppHostResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
StopAppHostResponse
>)Options.GetTypeInfo(typeof(global::Aspire.Cli.Backchannel.
StopAppHostResponse
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
StopAppHostResponse
> Create_StopAppHostResponse(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Backchannel.
StopAppHostResponse
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
StopAppHostResponse
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Cli.Backchannel.
StopAppHostResponse
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Cli.Backchannel.
StopAppHostResponse
).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.
StopAppHostResponse
>(options, objectInfo);
56
private void StopAppHostResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Cli.Backchannel.
StopAppHostResponse
? value)