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