2 writes to IsReadOnly
aspire (2)
BackchannelJsonSerializerContext.TypeRefInfo.g.cs (1)
123Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).IsReadOnly = value!,
CapabilitiesJsonContext.TypeRefInfo.g.cs (1)
123Setter = static (obj, value) => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).IsReadOnly = value!,
4 references to IsReadOnly
aspire (4)
BackchannelJsonSerializerContext.TypeRefInfo.g.cs (2)
122Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).IsReadOnly, 233writer.WriteBoolean(PropName_IsReadOnly, ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)value).IsReadOnly);
CapabilitiesJsonContext.TypeRefInfo.g.cs (2)
122Getter = static obj => ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)obj).IsReadOnly, 241writer.WriteBoolean(PropName_IsReadOnly, ((global::Aspire.Cli.Commands.Sdk.TypeRefInfo)value).IsReadOnly);