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