15 references to UDL
System.Data (15)
fx\src\data\System\Data\OleDb\oledbconnectionstring.cs (15)
223
int poolsize =
UDL
._PoolSize;
224
if (!
UDL
._PoolSizeInit) {
225
object value = ADP.LocalMachineRegistryValue(
UDL
.Location,
UDL
.Pooling);
229
UDL
._PoolSize = poolsize;
231
UDL
._PoolSizeInit = true;
241
Dictionary<string,string> udlcache =
UDL
._Pool;
255
lock(
UDL
._PoolLock) {
256
if (null !=
UDL
._Pool) {
257
udlcache =
UDL
._Pool;
260
UDL
._Pool = udlcache;
287
int hdrlength = ADP.CharSize*
UDL
.Header.Length;
299
else if (System.Text.Encoding.Unicode.GetString(bytes, 0, hdrlength) !=
UDL
.Header) {
419
UDL
._PoolSizeInit = false;
420
UDL
._Pool = null;