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