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