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