7 instantiations of ContentDisposition
System.Net.Mail (7)
System\Net\Mail\Attachment.cs (7)
291
MimePart.ContentDisposition = new
ContentDisposition
();
297
MimePart.ContentDisposition = new
ContentDisposition
();
304
MimePart.ContentDisposition = new
ContentDisposition
();
318
MimePart.ContentDisposition = new
ContentDisposition
();
325
MimePart.ContentDisposition = new
ContentDisposition
();
332
MimePart.ContentDisposition = new
ContentDisposition
();
339
MimePart.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)
396
public
ContentDisposition
? ContentDisposition
System\Net\Mime\MimeBasePart.cs (1)
15
protected
ContentDisposition
? _contentDisposition;
System\Net\Mime\MimePart.cs (1)
35
internal
ContentDisposition
? ContentDisposition