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)
46
internal int FooterLength =>
_footer
!.Length;
47
internal byte[]? Footer =>
_footer
;