4 references to SysStringByteLen
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (2)
1171NativeMemory.Clear((void*)s, SysStringByteLen(s)); 1238return PtrToStringUni(ptr, (int)(SysStringByteLen(ptr) / sizeof(char)));
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\BStrStringMarshaller.cs (1)
96Debug.Assert(lengthInBytes == Marshal.SysStringByteLen((IntPtr)ptrToFirstChar));
src\System\StubHelpers.cs (1)
295uint length = Marshal.SysStringByteLen(bstr);