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