1 implementation of GetCCWFromInterfacePointer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\BuiltInCOM_1.cs (1)
60public TargetPointer GetCCWFromInterfacePointer(TargetPointer interfacePointer)
3 references to GetCCWFromInterfacePointer
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (1)
1014TargetPointer ccw = builtInCOM.GetCCWFromInterfacePointer(ccwAddress);
SOSDacImpl.cs (2)
597TargetPointer ccwPtr = contract.GetCCWFromInterfacePointer(ccw.ToTargetPointer(_target)); 669TargetPointer startCCW = builtInCOMContract.GetCCWFromInterfacePointer(ccw.ToTargetPointer(_target));