3 references to StringToHGlobalAnsi
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);