18 writes to state
System.Transactions (18)
System\Transactions\Oletx\OletxEnlistment.cs (18)
101
this.
state
= OletxEnlistmentState.Active;
136
this.
state
= OletxEnlistmentState.Active;
158
this.
state
= OletxEnlistmentState.Aborting;
173
this.
state
= OletxEnlistmentState.Committing;
199
this.
state
= OletxEnlistmentState.Prepared;
275
set {
state
= value; }
334
localState =
state
= OletxEnlistmentState.Preparing;
366
state
= OletxEnlistmentState.SinglePhaseCommitting;
384
state
= OletxEnlistmentState.Preparing;
477
localState =
state
= OletxEnlistmentState.Committing;
553
localState =
state
= OletxEnlistmentState.Aborting;
726
localState =
state
= OletxEnlistmentState.Phase0Preparing;
886
state
= OletxEnlistmentState.Done;
1036
state
= OletxEnlistmentState.Prepared;
1162
state
= OletxEnlistmentState.Aborted;
1241
state
= OletxEnlistmentState.Committed;
1316
state
= OletxEnlistmentState.Aborted;
1392
state
= OletxEnlistmentState.InDoubt;
26 references to state
System.Transactions (26)
System\Transactions\Oletx\OletxEnlistment.cs (26)
274
get { return
state
; }
332
if ( OletxEnlistmentState.Active ==
state
)
340
localState =
state
;
475
if ( OletxEnlistmentState.Prepared ==
state
)
483
localState =
state
;
549
if ( ( OletxEnlistmentState.Active ==
state
) ||
550
( OletxEnlistmentState.Prepared ==
state
)
560
localState =
state
;
561
if ( OletxEnlistmentState.Phase0Preparing ==
state
)
645
if ( ( OletxEnlistmentState.Prepared ==
state
) ||
646
( OletxEnlistmentState.Committing ==
state
)
697
if ( OletxEnlistmentState.Active ==
state
)
824
localState =
state
;
825
if ( OletxEnlistmentState.Active ==
state
)
838
else if ( OletxEnlistmentState.Preparing ==
state
)
846
else if ( OletxEnlistmentState.Phase0Preparing ==
state
)
866
else if ( ( OletxEnlistmentState.Committing ==
state
) ||
867
( OletxEnlistmentState.Aborting ==
state
) ||
868
( OletxEnlistmentState.SinglePhaseCommitting ==
state
)
1011
if ( OletxEnlistmentState.Preparing ==
state
)
1015
else if ( OletxEnlistmentState.Phase0Preparing ==
state
)
1141
if ( OletxEnlistmentState.Preparing ==
state
)
1145
else if ( OletxEnlistmentState.Phase0Preparing ==
state
)
1237
if (!isSinglePhase || (OletxEnlistmentState.SinglePhaseCommitting !=
state
))
1312
if (!isSinglePhase || (OletxEnlistmentState.SinglePhaseCommitting !=
state
))
1388
if (!isSinglePhase || (OletxEnlistmentState.SinglePhaseCommitting !=
state
))