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