3 writes to _pinnedBuffer
System.Data (3)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (3)
632
_pinnedBuffer
= GCHandle.Alloc(value, GCHandleType.Pinned);
672
_pinnedBuffer
= GCHandle.Alloc(value, GCHandleType.Pinned);
689
_pinnedBuffer
= GCHandle.Alloc(value, GCHandleType.Pinned);
5 references to _pinnedBuffer
System.Data (5)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (5)
191
if (
_pinnedBuffer
.IsAllocated) {
192
_pinnedBuffer
.Free();
633
ptr =
_pinnedBuffer
.AddrOfPinnedObject();
673
ptr =
_pinnedBuffer
.AddrOfPinnedObject();
690
ptr =
_pinnedBuffer
.AddrOfPinnedObject();