6 writes to reenlistThreadTimer
System.Transactions (6)
System\Transactions\Oletx\OletxResourceManager.cs (6)
73
reenlistThreadTimer
= null;
577
this.
reenlistThreadTimer
= null;
620
this.
reenlistThreadTimer
= new Timer( this.ReenlistThread,
691
resourceManager.
reenlistThreadTimer
= null;
928
resourceManager.
reenlistThreadTimer
= localTimer;
943
resourceManager.
reenlistThreadTimer
= localTimer;
6 references to reenlistThreadTimer
System.Transactions (6)
System\Transactions\Oletx\OletxResourceManager.cs (6)
572
if ( null != this.
reenlistThreadTimer
)
576
localTimer = this.
reenlistThreadTimer
;
618
if ( ( null == this.
reenlistThreadTimer
) && ( null == this.reenlistThread ) )
648
if ( ( null != this.
reenlistThreadTimer
) &&
653
if ( !this.
reenlistThreadTimer
.Change( 0, Timeout.Infinite ))
690
localTimer = resourceManager.
reenlistThreadTimer
;