13 references to Active
System.Transactions.Local (13)
System\Transactions\Oletx\OletxEnlistment.cs (13)
67
State = OletxEnlistmentState.
Active
;
96
State = OletxEnlistmentState.
Active
;
206
internal OletxEnlistmentState State { get; set; } = OletxEnlistmentState.
Active
;
245
OletxEnlistmentState localState = OletxEnlistmentState.
Active
;
251
if (OletxEnlistmentState.
Active
== State)
376
OletxEnlistmentState localState = OletxEnlistmentState.
Active
;
446
OletxEnlistmentState localState = OletxEnlistmentState.
Active
;
453
if (State is OletxEnlistmentState.
Active
or OletxEnlistmentState.Prepared)
559
OletxEnlistmentState localState = OletxEnlistmentState.
Active
;
588
if (OletxEnlistmentState.
Active
== State)
689
OletxEnlistmentState localState = OletxEnlistmentState.
Active
;
696
if (OletxEnlistmentState.
Active
== State)
792
if (localState == OletxEnlistmentState.
Active
)