2 writes to _Pool
System.Data (2)
fx\src\data\System\Data\OleDb\oledbconnectionstring.cs (2)
260UDL._Pool = udlcache; 420UDL._Pool = null;
3 references to _Pool
System.Data (3)
fx\src\data\System\Data\OleDb\oledbconnectionstring.cs (3)
241Dictionary<string,string> udlcache = UDL._Pool; 256if (null != UDL._Pool) { 257udlcache = UDL._Pool;