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