3 writes to _connectionPool
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (3)
583
_connectionPool
= null;
630
_connectionPool
= null;
643
_connectionPool
= connectionPool;
1 reference to _connectionPool
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
300
return
_connectionPool
;