6 types derived from DbBuffer
System.Data (6)
fx\src\data\System\Data\Odbc\OdbcUtils.cs (1)
18
sealed internal class CNativeBuffer : System.Data.ProviderBase.
DbBuffer
{
fx\src\data\System\Data\OleDb\PropertyIDSet.cs (1)
21
internal sealed class PropertyIDSet :
DbBuffer
{
fx\src\data\System\Data\OleDb\RowBinding.cs (1)
25
sealed internal class RowBinding : System.Data.ProviderBase.
DbBuffer
{
fx\src\data\System\Data\OleDb\SafeHandles.cs (2)
89
internal sealed class RowHandleBuffer :
DbBuffer
{
101
internal sealed class StringMemHandle :
DbBuffer
{
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
311
private sealed class PoolWaitHandles :
DbBuffer
{
2 references to DbBuffer
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolIdentity.cs (2)
128
tokenStruct = SafeNativeMethods.LocalAlloc(
DbBuffer
.LMEM_FIXED, (IntPtr)bufferLength);
143
tokenStruct = SafeNativeMethods.LocalAlloc(
DbBuffer
.LMEM_FIXED, (IntPtr)bufferLength);