2 instantiations of ListIntegrationsResponse
aspire (2)
JsonSourceGenerationContext.ListIntegrationsResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Mcp.ListIntegrationsResponse(){ Integrations = (global::System.Collections.Generic.List<global::Aspire.Cli.Mcp.Integration>)args[0] },
Mcp\ListIntegrationsTool.cs (1)
127var response = new ListIntegrationsResponse
19 references to ListIntegrationsResponse
aspire (19)
JsonSourceGenerationContext.cs (1)
13[JsonSerializable(typeof(ListIntegrationsResponse))]
JsonSourceGenerationContext.GetJsonTypeInfo.g.cs (1)
30if (type == typeof(global::Aspire.Cli.Mcp.ListIntegrationsResponse))
JsonSourceGenerationContext.ListIntegrationsResponse.g.cs (16)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Mcp.ListIntegrationsResponse>? _ListIntegrationsResponse; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Mcp.ListIntegrationsResponse> ListIntegrationsResponse 22get => _ListIntegrationsResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Mcp.ListIntegrationsResponse>)Options.GetTypeInfo(typeof(global::Aspire.Cli.Mcp.ListIntegrationsResponse)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Mcp.ListIntegrationsResponse> Create_ListIntegrationsResponse(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Aspire.Cli.Mcp.ListIntegrationsResponse>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Aspire.Cli.Mcp.ListIntegrationsResponse> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Aspire.Cli.Mcp.ListIntegrationsResponse> 35ConstructorAttributeProviderFactory = static () => typeof(global::Aspire.Cli.Mcp.ListIntegrationsResponse).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.Mcp.ListIntegrationsResponse>(options, objectInfo); 56DeclaringType = typeof(global::Aspire.Cli.Mcp.ListIntegrationsResponse), 58Getter = static obj => ((global::Aspire.Cli.Mcp.ListIntegrationsResponse)obj).Integrations, 59Setter = static (obj, value) => ((global::Aspire.Cli.Mcp.ListIntegrationsResponse)obj).Integrations = value!, 66AttributeProviderFactory = static () => typeof(global::Aspire.Cli.Mcp.ListIntegrationsResponse).GetProperty("Integrations", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Aspire.Cli.Mcp.Integration>), global::System.Array.Empty<global::System.Type>(), null), 79private void ListIntegrationsResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Aspire.Cli.Mcp.ListIntegrationsResponse? value) 90ListIntegrationSerializeHandler(writer, ((global::Aspire.Cli.Mcp.ListIntegrationsResponse)value).Integrations);
Mcp\ListIntegrationsTool.cs (1)
127var response = new ListIntegrationsResponse