10 references to ZeroMemory
mscorlib (10)
system\runtime\interopservices\marshal.cs (5)
2695
Win32Native.
ZeroMemory
(s, (UIntPtr)(Win32Native.SysStringLen(s) * 2));
2703
Win32Native.
ZeroMemory
(s, (UIntPtr)(Win32Native.lstrlenA(s)));
2710
Win32Native.
ZeroMemory
(s, (UIntPtr)(Win32Native.lstrlenW(s) * 2));
2736
Win32Native.
ZeroMemory
(s, (UIntPtr)(Win32Native.lstrlenA(s)));
2742
Win32Native.
ZeroMemory
(s, (UIntPtr)(Win32Native.lstrlenW(s) * 2));
system\security\securestring.cs (5)
514
Win32Native.
ZeroMemory
(ptr, (UIntPtr)(length * 2));
571
Win32Native.
ZeroMemory
(ptr, (UIntPtr)(length * 2));
634
Win32Native.
ZeroMemory
(ptr, (UIntPtr)byteCount);
699
Win32Native.
ZeroMemory
(handle, (UIntPtr) (Win32Native.SysStringLen(handle) * 2));
711
Win32Native.
ZeroMemory
((IntPtr)bufferPtr, (UIntPtr) (Win32Native.SysStringLen((IntPtr)bufferPtr) * 2));