4 references to SysStringByteLen
System.Private.CoreLib (4)
Internal\Runtime\CompilerHelpers\InteropHelpers.cs (1)
245return Marshal.PtrToStringAnsi((IntPtr)buffer, (int)Marshal.SysStringByteLen((IntPtr)buffer));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (2)
1273NativeMemory.Clear((void*)s, SysStringByteLen(s)); 1340return PtrToStringUni(ptr, (int)(SysStringByteLen(ptr) / sizeof(char)));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\BStrStringMarshaller.cs (1)
97Debug.Assert(lengthInBytes == Marshal.SysStringByteLen((IntPtr)ptrToFirstChar));