1 reference to DangerousGetDataPtr
System.Data (1)
fx\src\data\System\Data\OleDb\DBBindings.cs (1)
239
_dbcolumns[i].pData = rowBinding.
DangerousGetDataPtr
(columnBindings[i].ValueOffset); // We are simply pointing at a location later in the buffer, so we're OK to not addref the buffer.