2 writes to IsInterface
aspire (2)
BackchannelJsonSerializerContext.TypeRefInfo.g.cs (1)
103Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).IsInterface = value!,
CapabilitiesJsonContext.TypeRefInfo.g.cs (1)
103Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).IsInterface = value!,
4 references to IsInterface
aspire (4)
BackchannelJsonSerializerContext.TypeRefInfo.g.cs (2)
102Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).IsInterface, 232writer.WriteBoolean(PropName_IsInterface, ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)value).IsInterface);
CapabilitiesJsonContext.TypeRefInfo.g.cs (2)
102Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).IsInterface, 240writer.WriteBoolean(PropName_IsInterface, ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)value).IsInterface);