3 references to PutObject
System.Data.Odbc (3)
Common\System\Data\ProviderBase\DbConnectionInternal.cs (1)
95connectionPool.PutObject(this, owningObject); // PutObject calls Deactivate for us...
Common\System\Data\ProviderBase\DbConnectionPool.cs (2)
649PutObject(connection, next.Owner); 868this.PutObject(obj, owningObject);