2 implementations of GetVmObjectHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3549
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetVmObjectHandle
(ulong handleAddress, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
4575
public int
GetVmObjectHandle
(ulong handleAddress, ulong* pRetVal)
2 references to GetVmObjectHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
3574
__retVal = @this.
GetVmObjectHandle
(handleAddress, pRetVal);
Dbi\DacDbiImpl.cs (1)
4583
int hrLocal = _legacy.
GetVmObjectHandle
(handleAddress, &retValLocal);