1 write to _headers
System.Net.Mail (1)
System\Net\Mail\MailPriority.cs (1)
195_headers = new HeaderCollection();
4 references to _headers
System.Net.Mail (4)
System\Net\Mail\MailPriority.cs (4)
193if (_headers == null) 196if (NetEventSource.Log.IsEnabled()) NetEventSource.Associate(this, _headers); 199return _headers; 404EncodeHeaders(_headers!, allowUnicode);