2 writes to weakRealTransaction
System.Transactions (2)
System\Transactions\Oletx\OleTxTransaction.cs (2)
1500this.weakRealTransaction = new WeakReference(realTx); 1525this.weakRealTransaction = null;
3 references to weakRealTransaction
System.Transactions (3)
System\Transactions\Oletx\OleTxTransaction.cs (3)
1542localTxWeakRef = this.weakRealTransaction; 1609if ( null != this.weakRealTransaction ) 1611realOletxTransaction = this.weakRealTransaction.Target as RealOletxTransaction;