3 writes to resourceManagerShim
System.Transactions (3)
System\Transactions\Oletx\OletxResourceManager.cs (3)
65
this.
resourceManagerShim
= null;
168
this.
resourceManagerShim
= localResourceManagerShim;
178
this.
resourceManagerShim
= value;
3 references to resourceManagerShim
System.Transactions (3)
System\Transactions\Oletx\OletxResourceManager.cs (3)
84
if ( null == this.
resourceManagerShim
)
88
if ( null == this.
resourceManagerShim
)
172
return this.
resourceManagerShim
;