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