2 writes to ExposeMethods
aspire (2)
BackchannelJsonSerializerContext.HandleTypeInfo.g.cs (1)
121
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).
ExposeMethods
= value!,
CapabilitiesJsonContext.HandleTypeInfo.g.cs (1)
121
Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).
ExposeMethods
= value!,
6 references to ExposeMethods
aspire (6)
BackchannelJsonSerializerContext.HandleTypeInfo.g.cs (2)
120
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).
ExposeMethods
,
195
writer.WriteBoolean(PropName_ExposeMethods, ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)value).
ExposeMethods
);
CapabilitiesJsonContext.HandleTypeInfo.g.cs (2)
120
Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)obj).
ExposeMethods
,
199
writer.WriteBoolean(PropName_ExposeMethods, ((global::Aspire.Cli.Commands.Sdk.HandleTypeInfo)value).
ExposeMethods
);
Commands\Sdk\SdkDumpCommand.cs (2)
283
if (t.
ExposeMethods
)
390
if (t.
ExposeMethods
)