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