1 instantiation of GetConsoleLogsRequest
aspire (1)
BackchannelJsonSerializerContext.GetConsoleLogsRequest.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
(){ ResourceName = (string)args[0], Follow = (bool)args[1] },
23 references to GetConsoleLogsRequest
aspire (23)
Backchannel\AppHostAuxiliaryBackchannel.cs (2)
579
GetConsoleLogsRequest
request,
594
GetConsoleLogsRequest
request,
Backchannel\BackchannelJsonSerializerContext.cs (1)
69
[JsonSerializable(typeof(
GetConsoleLogsRequest
))]
BackchannelJsonSerializerContext.GetConsoleLogsRequest.g.cs (19)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
>? _GetConsoleLogsRequest;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
> GetConsoleLogsRequest
22
get => _GetConsoleLogsRequest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
>)Options.GetTypeInfo(typeof(global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
> Create_GetConsoleLogsRequest(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
).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.
GetConsoleLogsRequest
>(options, objectInfo);
56
DeclaringType = typeof(global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
),
58
Getter = static obj => ((global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
)obj).ResourceName,
66
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
).GetProperty("ResourceName", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
79
DeclaringType = typeof(global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
),
81
Getter = static obj => ((global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
)obj).Follow,
89
AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
).GetProperty("Follow", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
99
private void GetConsoleLogsRequestSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
? value)
109
writer.WriteString(PropName_ResourceName, ((global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
)value).ResourceName);
110
writer.WriteBoolean(PropName_Follow, ((global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
)value).Follow);
BackchannelJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
90
if (type == typeof(global::Aspire.Cli.Backchannel.
GetConsoleLogsRequest
))