2 instantiations of OleDbConnectionInternal
System.Data (2)
fx\src\data\System\Data\OleDb\OleDbConnectionFactory.cs (1)
38
DbConnectionInternal result = new
OleDbConnectionInternal
((OleDbConnectionString)options, (OleDbConnection)owningObject);
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
397
using(OleDbConnectionInternal connection = new
OleDbConnectionInternal
(constr, (OleDbConnection)null)) {
26 references to OleDbConnectionInternal
System.Data (26)
fx\src\data\System\Data\OleDb\OleDbConnection.cs (9)
113
OleDbConnectionInternal
connection = GetOpenConnection();
172
OleDbConnectionInternal
openConnection = GetOpenConnection();
398
OleDbConnectionInternal
connection = GetOpenConnection();
410
private
OleDbConnectionInternal
GetOpenConnection() {
412
return (innerConnection as
OleDbConnectionInternal
);
423
OleDbConnectionInternal
connection = GetOpenConnection();
443
OleDbConnectionInternal
connection = GetOpenConnection();
488
OleDbConnectionInternal
openConnection = GetOpenConnection();
636
OleDbConnectionInternal
.ReleaseObjectPool();
fx\src\data\System\Data\OleDb\OleDbConnectionFactory.cs (2)
59
OleDbConnectionInternal
oleDbInternalConnection = (
OleDbConnectionInternal
) internalConnection;
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (5)
100
OleDbServicesWrapper wrapper =
OleDbConnectionInternal
.GetObjectPool();
653
OleDbServicesWrapper wrapper =
OleDbConnectionInternal
.idataInitialize;
656
wrapper =
OleDbConnectionInternal
.idataInitialize;
676
OleDbConnectionInternal
.idataInitialize = wrapper;
702
OleDbConnectionInternal
.idataInitialize = null;
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
397
using(
OleDbConnectionInternal
connection = new OleDbConnectionInternal(constr, (OleDbConnection)null)) {
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (4)
184
private DataTable GetDataSourceInformationTable(OleDbConnection connection,
OleDbConnectionInternal
internalConnection){
454
private DataTable GetReservedWordsTable(
OleDbConnectionInternal
internalConnection){
482
OleDbConnectionInternal
oleDbInternalConnection = (
OleDbConnectionInternal
) (oleDbConnection.InnerConnection);
fx\src\data\System\Data\OleDb\OleDbWrapper.cs (5)
191
internal IDBInfoWrapper IDBInfo(
OleDbConnectionInternal
connection) {
195
internal IDBPropertiesWrapper IDBProperties(
OleDbConnectionInternal
connection) {
318
internal IDBSchemaRowsetWrapper IDBSchemaRowset(
OleDbConnectionInternal
connection) {
323
internal IOpenRowsetWrapper IOpenRowset(
OleDbConnectionInternal
connection) {
328
internal ITransactionJoinWrapper ITransactionJoin(
OleDbConnectionInternal
connection) {