2 references to GetByteCount
System.Private.CoreLib (2)
Internal\Runtime\CompilerHelpers\InteropHelpers.cs (1)
233
int nativeLength = PInvokeMarshal.
GetByteCount
(pStr, stringLength);
System\Runtime\InteropServices\PInvokeMarshal.cs (1)
514
length =
GetByteCount
(pManaged, lenUnicode);