16 references to OletxPrepareVoteType
System.Transactions.Local (16)
System\Transactions\DtcProxyShim\EnlistmentShim.cs (6)
18public void PrepareRequestDone(OletxPrepareVoteType voteType) 25case OletxPrepareVoteType.ReadOnly: 33case OletxPrepareVoteType.SinglePhase: 41case OletxPrepareVoteType.Prepared: 47case OletxPrepareVoteType.Failed: 55case OletxPrepareVoteType.InDoubt:
System\Transactions\Oletx\OletxEnlistment.cs (10)
318localEnlistmentShim!.PrepareRequestDone(OletxPrepareVoteType.Prepared); 334localEnlistmentShim!.PrepareRequestDone(OletxPrepareVoteType.ReadOnly); 353localEnlistmentShim!.PrepareRequestDone(OletxPrepareVoteType.Failed); 765localEnlistmentShim.PrepareRequestDone(OletxPrepareVoteType.ReadOnly); 783localEnlistmentShim.PrepareRequestDone(OletxPrepareVoteType.SinglePhase); 892localEnlistmentShim.PrepareRequestDone(OletxPrepareVoteType.Prepared); 996localEnlistmentShim?.PrepareRequestDone(OletxPrepareVoteType.Failed); 1051localEnlistmentShim?.PrepareRequestDone(OletxPrepareVoteType.SinglePhase); 1110localEnlistmentShim?.PrepareRequestDone(OletxPrepareVoteType.Failed); 1160localEnlistmentShim?.PrepareRequestDone(OletxPrepareVoteType.InDoubt);