5 references to StringToHGlobalAnsi
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6491
entries[i] = (heapTypes[i], Marshal.
StringToHGlobalAnsi
(heapTypes[i].ToString()));
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\Interop\LdapPal.Linux.cs (2)
178
internal static IntPtr StringToPtr(string s) => Marshal.
StringToHGlobalAnsi
(s);
223
interactChallenge.result = Marshal.
StringToHGlobalAnsi
(interactChallenge.defresult);
System.Drawing.Common (1)
System\Drawing\Imaging\EncoderParameter.cs (1)
166
_parameterValue = Marshal.
StringToHGlobalAnsi
(value);
System.Security.Cryptography (1)
System\Security\Cryptography\CngAsnFormatter.cs (1)
26
IntPtr oidValuePtr = Marshal.
StringToHGlobalAnsi
(oidValue);