2 references to GetInterfacePtrForObject
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ServiceMoniker.cs (1)
179IntPtr ppv = InterfaceHelper.GetInterfacePtrForObject(typeof(IMoniker).GUID, this);
System\ServiceModel\ComIntegration\TransactionProxy.cs (1)
203IntPtr ppv = InterfaceHelper.GetInterfacePtrForObject(typeof(ITransactionVoterBallotAsync2).GUID, this.currentVoter);