15 references to ShimNotificationType
System.Transactions (15)
System\Transactions\Oletx\DtcInterfaces.cs (1)
290
[MarshalAs(UnmanagedType.I4)] out
ShimNotificationType
shimNotificationType,
System\Transactions\Oletx\OletxTransactionManager.cs (14)
71
ShimNotificationType
shimNotificationType =
ShimNotificationType
.None;
153
if (
ShimNotificationType
.None != shimNotificationType )
161
case
ShimNotificationType
.Phase0RequestNotify:
196
case
ShimNotificationType
.VoteRequestNotify:
213
case
ShimNotificationType
.CommittedNotify:
246
case
ShimNotificationType
.AbortedNotify:
287
case
ShimNotificationType
.InDoubtNotify:
321
case
ShimNotificationType
.PrepareRequestNotify:
355
case
ShimNotificationType
.CommitRequestNotify:
380
case
ShimNotificationType
.AbortRequestNotify:
405
case
ShimNotificationType
.EnlistmentTmDownNotify:
431
case
ShimNotificationType
.ResourceManagerTmDownNotify:
486
while (
ShimNotificationType
.None != shimNotificationType );