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