1 instantiation of ITransactionJoinWrapper
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbWrapper.cs (1)
330return new ITransactionJoinWrapper(ComWrapper());
3 references to ITransactionJoinWrapper
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (2)
214internal ITransactionJoinWrapper ITransactionJoin() { 325using(ITransactionJoinWrapper transactionJoin = ITransactionJoin()) {
fx\src\data\System\Data\OleDb\OleDbWrapper.cs (1)
328internal ITransactionJoinWrapper ITransactionJoin(OleDbConnectionInternal connection) {