3 references to WriteString
aspire (3)
BackchannelJsonSerializerContext.BackchannelLogEntry.g.cs (1)
180
writer.
WriteString
(PropName_Timestamp, ((global::Aspire.Cli.Backchannel.BackchannelLogEntry)value).Timestamp);
JsonSourceGenerationContext.DevCertInfo.g.cs (2)
263
writer.
WriteString
(PropName_ValidityNotBefore, ((global::Aspire.Cli.Certificates.DevCertInfo)value).ValidityNotBefore);
264
writer.
WriteString
(PropName_ValidityNotAfter, ((global::Aspire.Cli.Certificates.DevCertInfo)value).ValidityNotAfter);