2 references to TryGetConnection
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (2)
1123timeout = !TryGetConnection(next.Owner, delay, allowCreate, onlyOneCheckConnection, next.UserOptions, out connection); 1193if (TryGetConnection(owningObject, waitForMultipleObjectsTimeout, allowCreate, onlyOneCheckConnection, userOptions, out connection)) {