3 writes to whereaboutsSize
System.Transactions (3)
System\Transactions\Oletx\DTCTransactionManager.cs (3)
52out this.whereaboutsSize, 113this.whereaboutsSize = 0; 139this.whereaboutsSize = 0;
3 references to whereaboutsSize
System.Transactions (3)
System\Transactions\Oletx\DTCTransactionManager.cs (3)
64if ( ( null != whereaboutsBuffer ) && ( 0 != this.whereaboutsSize ) ) 66this.whereabouts = new byte[this.whereaboutsSize]; 67Marshal.Copy( whereaboutsBuffer.DangerousGetHandle(), this.whereabouts, 0, Convert.ToInt32(this.whereaboutsSize) );