3 writes to _charBuffer
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (3)
518_charBuffer = GC.AllocateArray<char>(newBufferSize, pinned: true); 744_charBuffer = GC.AllocateArray<char>(FileBufferSize, pinned: true); 778_charBuffer = null;
4 references to _charBuffer
System.Windows.Forms (4)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (4)
520fixed (char* buffer = _charBuffer) 745FileName.CopyTo(_charBuffer); 749fixed (char* buffer = _charBuffer) 763nMaxFile = (uint)_charBuffer.Length,