3 writes to whereabouts
System.Transactions (3)
System\Transactions\Oletx\DTCTransactionManager.cs (3)
66this.whereabouts = new byte[this.whereaboutsSize]; 112this.whereabouts = null; 138this.whereabouts = null;
3 references to whereabouts
System.Transactions (3)
System\Transactions\Oletx\DTCTransactionManager.cs (3)
67Marshal.Copy( whereaboutsBuffer.DangerousGetHandle(), this.whereabouts, 0, Convert.ToInt32(this.whereaboutsSize) ); 110if ( null != this.whereabouts ) 155return whereabouts;