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