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