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