Exemplo n.º 1
0
 internal PreparingEnlistment(
     InternalEnlistment enlistment
     )
     : base(enlistment)
 {
 }
Exemplo n.º 2
0
 internal PreparingEnlistment(
     InternalEnlistment enlistment
     ) : base(enlistment)
 {
 }
Exemplo n.º 3
0
 internal SinglePhaseEnlistment(InternalEnlistment enlistment)
     : base(enlistment)
 {
 }
Exemplo n.º 4
0
 internal IPromotedEnlistment EnlistVolatile(
     InternalEnlistment internalEnlistment,
     EnlistmentOptions enlistmentOptions)
 => throw NotSupported();
Exemplo n.º 5
0
 internal IPromotedEnlistment EnlistVolatile(InternalEnlistment internalEnlistment, EnlistmentOptions enlistmentOptions)
 {
     throw NotSupported();
 }