3 references to GetAnsiStringByteCount
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\AnsiStringMarshaller.cs (2)
27int exactByteCount = Marshal.GetAnsiStringByteCount(managed); // Includes null terminator 83int exactByteCount = Marshal.GetAnsiStringByteCount(managed); // Includes null terminator
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\SecureString.cs (1)
366byteLength = Marshal.GetAnsiStringByteCount(span);