3 references to PutObject
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
443connectionPool.PutObject(this, owningObject); // PutObject calls Deactivate for us...
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (2)
1157PutObject(connection, next.Owner); 1419this.PutObject(obj, owningObject);