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