3 writes to enlistmentShim
System.Transactions (3)
System\Transactions\Oletx\OletxEnlistment.cs (3)
96
this.
enlistmentShim
= null;
131
this.
enlistmentShim
= null;
248
set { this.
enlistmentShim
= value; }
2 references to enlistmentShim
System.Transactions (2)
System\Transactions\Oletx\OletxEnlistment.cs (2)
247
get { return this.
enlistmentShim
; }
291
if ( null == this.
enlistmentShim
)