24 references to Append
System.Net.Mail (24)
System\Net\Mail\MailWriter.cs (1)
42_bufferBuilder.Append("\r\n"u8);
System\Net\Mail\SmtpCommands.cs (16)
66conn.BufferBuilder.Append(SmtpCommands.Auth); 70conn.BufferBuilder.Append(SmtpCommands.CRLF); 76conn.BufferBuilder.Append(SmtpCommands.CRLF); 119conn.BufferBuilder.Append(SmtpCommands.Data); 164conn.BufferBuilder.Append(SmtpCommands.DataStop); 208conn.BufferBuilder.Append(SmtpCommands.EHello); 210conn.BufferBuilder.Append(SmtpCommands.CRLF); 251conn.BufferBuilder.Append(SmtpCommands.Hello); 253conn.BufferBuilder.Append(SmtpCommands.CRLF); 296conn.BufferBuilder.Append(SmtpCommands.StartTls); 297conn.BufferBuilder.Append(SmtpCommands.CRLF); 346conn.BufferBuilder.Append(command); 353conn.BufferBuilder.Append(SmtpCommands.CRLF); 404conn.BufferBuilder.Append(SmtpCommands.Recipient); 406conn.BufferBuilder.Append(SmtpCommands.CRLF); 427conn.BufferBuilder.Append(SmtpCommands.Quit);
System\Net\Mime\BaseWriter.cs (3)
56_bufferBuilder.Append("\r\n"u8); 78_bufferBuilder.Append("\r\n"u8); 110_bufferBuilder.Append("\r\n"u8);
System\Net\Mime\MimeWriter.cs (4)
40_bufferBuilder.Append("\r\n--"u8); 42_bufferBuilder.Append("--\r\n"u8); 74_bufferBuilder.Append("\r\n--"u8); 76_bufferBuilder.Append("\r\n"u8);