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