2 writes to InternalEnlistment
System.Transactions.Local (2)
System\Transactions\Oletx\OletxEnlistment.cs (1)
1194set => base.InternalEnlistment = value;
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1497set => InternalEnlistment = value;
2 references to InternalEnlistment
System.Transactions.Local (2)
System\Transactions\Oletx\OletxEnlistment.cs (1)
1193get => base.InternalEnlistment;
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1496get => InternalEnlistment;