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