2 implementations of GetVmObjectHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3707
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetVmObjectHandle
(ulong handleAddress, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
1685
public int
GetVmObjectHandle
(ulong handleAddress, ulong* pRetVal)
2 references to GetVmObjectHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3732
__retVal = @this.
GetVmObjectHandle
(handleAddress, pRetVal);
Dbi\DacDbiImpl.cs (1)
1693
int hrLocal = _legacy.
GetVmObjectHandle
(handleAddress, &retValLocal);