1 instantiation of GetAppHostInfoRequest
aspire (1)
BackchannelJsonSerializerContext.GetAppHostInfoRequest.g.cs (1)
31ObjectCreator = () => new global::Aspire.Cli.Backchannel.GetAppHostInfoRequest(),
13 references to GetAppHostInfoRequest
aspire (13)
Backchannel\BackchannelJsonSerializerContext.cs (1)
62[JsonSerializable(typeof(GetAppHostInfoRequest))]
BackchannelJsonSerializerContext.GetAppHostInfoRequest.g.cs (11)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.GetAppHostInfoRequest>? _GetAppHostInfoRequest; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.GetAppHostInfoRequest> GetAppHostInfoRequest 22get => _GetAppHostInfoRequest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.GetAppHostInfoRequest>)Options.GetTypeInfo(typeof(global::Aspire.Cli.Backchannel.GetAppHostInfoRequest)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.GetAppHostInfoRequest> Create_GetAppHostInfoRequest(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Backchannel.GetAppHostInfoRequest>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Backchannel.GetAppHostInfoRequest> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Cli.Backchannel.GetAppHostInfoRequest> 35ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Cli.Backchannel.GetAppHostInfoRequest).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.GetAppHostInfoRequest>(options, objectInfo); 56private void GetAppHostInfoRequestSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Cli.Backchannel.GetAppHostInfoRequest? value)
BackchannelJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
74if (type == typeof(global::Aspire.Cli.Backchannel.GetAppHostInfoRequest))