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