1 instantiation of WatchResourcesRequest
aspire (1)
BackchannelJsonSerializerContext.WatchResourcesRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.WatchResourcesRequest(){ Filter = (string)args[0] },
18 references to WatchResourcesRequest
aspire (18)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
525WatchResourcesRequest? request = null,
Backchannel\BackchannelJsonSerializerContext.cs (1)
68[JsonSerializable(typeof(WatchResourcesRequest))]
BackchannelJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
222if (type == typeof(global::Aspire.Cli.Backchannel.WatchResourcesRequest))
BackchannelJsonSerializerContext.WatchResourcesRequest.g.cs (15)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.WatchResourcesRequest>? _WatchResourcesRequest; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.WatchResourcesRequest> WatchResourcesRequest 22get => _WatchResourcesRequest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.WatchResourcesRequest>)Options.GetTypeInfo(typeof(global::Aspire.Cli.Backchannel.WatchResourcesRequest)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.WatchResourcesRequest> Create_WatchResourcesRequest(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Backchannel.WatchResourcesRequest>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.WatchResourcesRequest> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Cli.Backchannel.WatchResourcesRequest> 35ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Cli.Backchannel.WatchResourcesRequest).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.WatchResourcesRequest>(options, objectInfo); 56DeclaringType = typeof(global::Aspire.Cli.Backchannel.WatchResourcesRequest), 58Getter = static obj => ((global::Aspire.Cli.Backchannel.WatchResourcesRequest)obj).Filter, 66AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Backchannel.WatchResourcesRequest).GetProperty("Filter", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 76private void WatchResourcesRequestSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Cli.Backchannel.WatchResourcesRequest? value) 86writer.WriteString(PropName_Filter, ((global::Aspire.Cli.Backchannel.WatchResourcesRequest)value).Filter);