2 writes to ExposeProperties
aspire (2)
BackchannelJsonSerializerContext.HandleTypeInfo.g.cs (1)
101Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).ExposeProperties = value!,
CapabilitiesJsonContext.HandleTypeInfo.g.cs (1)
101Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).ExposeProperties = value!,
6 references to ExposeProperties
aspire (6)
BackchannelJsonSerializerContext.HandleTypeInfo.g.cs (2)
100Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).ExposeProperties, 194writer.WriteBoolean(PropName_ExposeProperties, ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)value).ExposeProperties);
CapabilitiesJsonContext.HandleTypeInfo.g.cs (2)
100Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).ExposeProperties, 198writer.WriteBoolean(PropName_ExposeProperties, ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)value).ExposeProperties);
Commands\Sdk\SdkDumpCommand.cs (2)
279if (t.ExposeProperties) 386if (t.ExposeProperties)