2 writes to pstrName
PresentationCore (2)
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (2)
55pstrName = Marshal.StringToCoTaskMemUni(name); 66pstrName = IntPtr.Zero;
1 reference to pstrName
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (1)
65Marshal.FreeCoTaskMem(pstrName);