2 writes to currentVoter
System.ServiceModel (2)
System\ServiceModel\ComIntegration\TransactionProxy.cs (2)
201
this.
currentVoter
= voter;
259
this.
currentVoter
= null;
4 references to currentVoter
System.ServiceModel (4)
System\ServiceModel\ComIntegration\TransactionProxy.cs (4)
142
if (this.
currentVoter
!= null)
144
this.
currentVoter
.SetTransaction(this.currentTransaction);
189
if (this.
currentVoter
!= null)
203
IntPtr ppv = InterfaceHelper.GetInterfacePtrForObject(typeof(ITransactionVoterBallotAsync2).GUID, this.
currentVoter
);