1 instantiation of PendingGetConnection
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
1202
new
PendingGetConnection
(
4 references to PendingGetConnection
System.Data (4)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (4)
439
private readonly ConcurrentQueue<
PendingGetConnection
> _pendingOpens = new ConcurrentQueue<
PendingGetConnection
>();
1072
PendingGetConnection
next;
1201
var
pendingGetConnection =