4 references to lstrlenA
mscorlib (4)
system\runtime\interopservices\marshal.cs (3)
133int nb = Win32Native.lstrlenA(ptr); 2703Win32Native.ZeroMemory(s, (UIntPtr)(Win32Native.lstrlenA(s))); 2736Win32Native.ZeroMemory(s, (UIntPtr)(Win32Native.lstrlenA(s)));
system\stubhelpers.cs (1)
1306((StringBuilder)pManagedHome).ReplaceBufferAnsiInternal(ptr, Win32Native.lstrlenA(pNativeHome));