2 implementations of GetVmObjectHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3508
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetVmObjectHandle
(ulong handleAddress, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
3980
public int
GetVmObjectHandle
(ulong handleAddress, ulong* pRetVal)
2 references to GetVmObjectHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3533
__retVal = @this.
GetVmObjectHandle
(handleAddress, pRetVal);
Dbi\DacDbiImpl.cs (1)
3988
int hrLocal = _legacy.
GetVmObjectHandle
(handleAddress, &retValLocal);