1 write to _connectionPoolGroup
System.Data.OleDb (1)
System\Data\ProviderBase\DbConnectionPool.cs (1)
392_connectionPoolGroup = connectionPoolGroup;
3 references to _connectionPoolGroup
System.Data.OleDb (3)
System\Data\ProviderBase\DbConnectionPool.cs (3)
490get { return _connectionPoolGroup; } 659newObj = _connectionFactory.CreatePooledConnection(this, owningObject, _connectionPoolGroup.ConnectionOptions, _connectionPoolGroup.PoolKey, userOptions);