3 references to StringToCoTaskMemAuto
System.Core (2)
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (2)
688
taskMem.SetMemory(Marshal.
StringToCoTaskMemAuto
((string)val));
694
taskMem.SetMemory(Marshal.
StringToCoTaskMemAuto
((string)val));
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Help.cs (1)
164
IntPtr pszText = Marshal.
StringToCoTaskMemAuto
(caption);