1 instantiation of StopAppHostRequest
aspire (1)
BackchannelJsonSerializerContext.StopAppHostRequest.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.
StopAppHostRequest
(){ ExitCode = (int?)args[0] },
18 references to StopAppHostRequest
aspire (18)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
681
public async Task<bool> StopAppHostV2Async(
StopAppHostRequest
? request = null, CancellationToken cancellationToken = default)
Backchannel\BackchannelJsonSerializerContext.cs (1)
74
[JsonSerializable(typeof(
StopAppHostRequest
))]
BackchannelJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
214
if (type == typeof(global::Aspire.Cli.Backchannel.
StopAppHostRequest
))
BackchannelJsonSerializerContext.StopAppHostRequest.g.cs (15)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
StopAppHostRequest
>? _StopAppHostRequest;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
StopAppHostRequest
> StopAppHostRequest
22
get => _StopAppHostRequest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
StopAppHostRequest
>)Options.GetTypeInfo(typeof(global::Aspire.Cli.Backchannel.
StopAppHostRequest
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
StopAppHostRequest
> Create_StopAppHostRequest(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Backchannel.
StopAppHostRequest
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
StopAppHostRequest
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Cli.Backchannel.
StopAppHostRequest
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Cli.Backchannel.
StopAppHostRequest
).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.
StopAppHostRequest
>(options, objectInfo);
56
DeclaringType = typeof(global::Aspire.Cli.Backchannel.
StopAppHostRequest
),
58
Getter = static obj => ((global::Aspire.Cli.Backchannel.
StopAppHostRequest
)obj).ExitCode,
66
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Backchannel.
StopAppHostRequest
).GetProperty("ExitCode", InstanceMemberBindingFlags, null, typeof(int?), global::System.Array.Empty<global::System.Type>(), null),
76
private void StopAppHostRequestSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Cli.Backchannel.
StopAppHostRequest
? value)
87
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Cli.Backchannel.
StopAppHostRequest
)value).ExitCode, NullableInt32);