2 writes to _native
WindowsBase (2)
Base\MS\Internal\Security\AttachmentService.cs (2)
50
_native
= (ISecuritySuppressedIAttachmentExecute)new AttachmentServices();
131
_native
= null;
4 references to _native
WindowsBase (4)
Base\MS\Internal\Security\AttachmentService.cs (4)
51
_native
.SetClientGuid(ref _clientId);
81
ISecuritySuppressedIAttachmentExecute native = service.
_native
;
128
if (
_native
!= null)
130
Marshal.ReleaseComObject(
_native
);