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