7 instantiations of ContentDisposition
System.Net.Mail (7)
System\Net\Mail\Attachment.cs (7)
291MimePart.ContentDisposition = new ContentDisposition(); 297MimePart.ContentDisposition = new ContentDisposition(); 304MimePart.ContentDisposition = new ContentDisposition(); 318MimePart.ContentDisposition = new ContentDisposition(); 325MimePart.ContentDisposition = new ContentDisposition(); 332MimePart.ContentDisposition = new ContentDisposition(); 339MimePart.ContentDisposition = new ContentDisposition();
5 references to ContentDisposition
netstandard (1)
netstandard.cs (1)
1184[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mime.ContentDisposition))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
672[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mime.ContentDisposition))]
System.Net.Mail (3)
System\Net\Mail\Attachment.cs (1)
396public ContentDisposition? ContentDisposition
System\Net\Mime\MimeBasePart.cs (1)
15protected ContentDisposition? _contentDisposition;
System\Net\Mime\MimePart.cs (1)
35internal ContentDisposition? ContentDisposition