1 write to transaction
System.Transactions (1)
System\Transactions\VolatileEnlistmentMultiplexing.cs (1)
33
this.
transaction
= transaction;
24 references to transaction
System.Transactions (24)
System\Transactions\VolatileEnlistmentMultiplexing.cs (24)
119
System.Threading.Monitor.TryEnter(demux.
transaction
, 250, ref tookLock);
140
System.Threading.Monitor.Exit(demux.
transaction
);
179
System.Threading.Monitor.TryEnter(demux.
transaction
, 250, ref tookLock);
200
System.Threading.Monitor.Exit(demux.
transaction
);
239
System.Threading.Monitor.TryEnter(demux.
transaction
, 250, ref tookLock);
260
System.Threading.Monitor.Exit(demux.
transaction
);
299
System.Threading.Monitor.TryEnter(demux.
transaction
, 250, ref tookLock);
320
System.Threading.Monitor.Exit(demux.
transaction
);
356
this.
transaction
.State.ChangeStatePromotedPhase0( this.
transaction
);
383
this.
transaction
.State.ChangeStatePromotedCommitted( this.
transaction
);
391
this.
transaction
.State.ChangeStatePromotedAborted( this.
transaction
);
396
this.
transaction
.State.InDoubtFromDtc( this.
transaction
);
441
this.
transaction
.State.ChangeStatePromotedPhase1( this.
transaction
);
469
this.
transaction
.State.ChangeStatePromotedCommitted( this.
transaction
);
478
this.
transaction
.State.ChangeStatePromotedAborted( this.
transaction
);
484
this.
transaction
.State.InDoubtFromDtc( this.
transaction
);