2 references to OleDbConnectionInternal
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbConnectionFactory.cs (1)
38DbConnectionInternal result = new OleDbConnectionInternal((OleDbConnectionString)options, (OleDbConnection)owningObject);
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
397using(OleDbConnectionInternal connection = new OleDbConnectionInternal(constr, (OleDbConnection)null)) {