1 write to IsExportable
aspire (1)
JsonSourceGenerationContext.DevCertInfo.g.cs (1)
199Setter = static (obj, value) => ((global::Aspire.Cli.Certificates.DevCertInfo)obj).IsExportable = value!,
2 references to IsExportable
aspire (2)
JsonSourceGenerationContext.DevCertInfo.g.cs (2)
198Getter = static obj => ((global::Aspire.Cli.Certificates.DevCertInfo)obj).IsExportable, 266writer.WriteBoolean(PropName_IsExportable, ((global::Aspire.Cli.Certificates.DevCertInfo)value).IsExportable);