15 references to UDL
System.Data.OleDb (15)
OleDbConnectionString.cs (15)
228int poolsize = UDL._PoolSize; 229if (!UDL._PoolSizeInit) 231object? value = ADP.LocalMachineRegistryValue(UDL.Location, UDL.Pooling); 236UDL._PoolSize = poolsize; 238UDL._PoolSizeInit = true; 247Dictionary<string, string>? udlcache = UDL._Pool; 265lock (UDL._PoolLock) 267if (null != UDL._Pool) 269udlcache = UDL._Pool; 273UDL._Pool = udlcache; 302int hdrlength = ADP.CharSize * UDL.Header.Length; 318else if (System.Text.Encoding.Unicode.GetString(bytes, 0, hdrlength) != UDL.Header) 454UDL._PoolSizeInit = false; 455UDL._Pool = null;