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