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