1 instantiation of AttachmentCollection
System.Net.Mail (1)
System\Net\Mail\MailMessage.cs (1)
282
return _attachments ??= new
AttachmentCollection
();
4 references to AttachmentCollection
netstandard (1)
netstandard.cs (1)
1168
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.
AttachmentCollection
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
653
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Mail.
AttachmentCollection
))]
System.Net.Mail (2)
System\Net\Mail\MailMessage.cs (2)
26
private
AttachmentCollection
? _attachments;
276
public
AttachmentCollection
Attachments