2 writes to _footer
System.Net.Mail (2)
System\Net\Mime\WriteStateInfoBase.cs (2)
22_footer = Array.Empty<byte>(); 39_footer = footer;
2 references to _footer
System.Net.Mail (2)
System\Net\Mime\WriteStateInfoBase.cs (2)
46internal int FooterLength => _footer!.Length; 47internal byte[]? Footer => _footer;