2 implementations of GetVmObjectHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3586
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetVmObjectHandle
(ulong handleAddress, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
3743
public int
GetVmObjectHandle
(ulong handleAddress, ulong* pRetVal)
2 references to GetVmObjectHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3611
__retVal = @this.
GetVmObjectHandle
(handleAddress, pRetVal);
Dbi\DacDbiImpl.cs (1)
3751
int hrLocal = _legacy.
GetVmObjectHandle
(handleAddress, &retValLocal);