3 references to GetConnectionPoolGroup
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (2)
361
connectionPoolGroup =
GetConnectionPoolGroup
(connectionPoolGroup.PoolKey, poolOptions, ref connectionOptions);
397
return
GetConnectionPoolGroup
(newKey, null, ref userConnectionOptions);
fx\src\Data\System\Data\ProviderBase\DbConnectionHelper.cs (1)
98
System.Data.ProviderBase.DbConnectionPoolGroup poolGroup = ConnectionFactory.
GetConnectionPoolGroup
(key, null, ref connectionOptions);