6 references to StringToCoTaskMemAnsi
PresentationCore (3)
System\Windows\Media\Imaging\PropVariant.cs (3)
190pString = Marshal.StringToCoTaskMemAnsi(value[index]); 240pszVal = Marshal.StringToCoTaskMemAnsi(new String(value as char[])); 339pszVal = Marshal.StringToCoTaskMemAnsi(new String(stackalloc char[] { (char)value }));
PresentationFramework (1)
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
187pszVal = Marshal.StringToCoTaskMemAnsi((string)obj);
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\Interop\Windows\Crypt32\Interop.FindOidInfo.cs (1)
62rawKey = Marshal.StringToCoTaskMemAnsi(key);
System.Security.Cryptography.Pkcs (1)
src\runtime\src\libraries\Common\src\Interop\Windows\Crypt32\Interop.FindOidInfo.cs (1)
62rawKey = Marshal.StringToCoTaskMemAnsi(key);