2 implementations of GetObjectForCCW
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1664
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetObjectForCCW
(ulong ccwPtr, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
1062
public int
GetObjectForCCW
(ulong ccwPtr, ulong* pRetVal)
2 references to GetObjectForCCW
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1689
__retVal = @this.
GetObjectForCCW
(ccwPtr, pRetVal);
Dbi\DacDbiImpl.cs (1)
1102
int hrLocal = _legacy.
GetObjectForCCW
(ccwPtr, &retValLocal);