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