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