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