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