3 writes to Integrations
aspire (3)
JsonSourceGenerationContext.ListIntegrationsResponse.g.cs (2)
32ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Mcp.ListIntegrationsResponse(){ Integrations = (global::System.Collections.Generic.List<global::Aspire.Cli.Mcp.Integration>)args[0] }, 59Setter = static (obj, value) => ((global::Aspire.Cli.Mcp.ListIntegrationsResponse)obj).Integrations = value!,
Mcp\ListIntegrationsTool.cs (1)
129Integrations = integrations
2 references to Integrations
aspire (2)
JsonSourceGenerationContext.ListIntegrationsResponse.g.cs (2)
58Getter = static obj => ((global::Aspire.Cli.Mcp.ListIntegrationsResponse)obj).Integrations, 90ListIntegrationSerializeHandler(writer, ((global::Aspire.Cli.Mcp.ListIntegrationsResponse)value).Integrations);