1 write to asyncResultEvent
System.Transactions (1)
System\Transactions\CommittableTransaction.cs (1)
272
this.internalTransaction.
asyncResultEvent
= temp;
5 references to asyncResultEvent
System.Transactions (5)
System\Transactions\CommittableTransaction.cs (3)
261
if (this.internalTransaction.
asyncResultEvent
== null)
265
if (this.internalTransaction.
asyncResultEvent
== null)
277
return this.internalTransaction.
asyncResultEvent
;
System\Transactions\InternalTransaction.cs (2)
446
if ( this.
asyncResultEvent
!= null )
448
this.
asyncResultEvent
.Set();