2 implementations of GetThreadHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1218
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetThreadHandle
(ulong vmThread, void** pRetVal)
Dbi\DacDbiImpl.cs (1)
789
public int
GetThreadHandle
(ulong vmThread, void** pRetVal)
2 references to GetThreadHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1243
__retVal = @this.
GetThreadHandle
(vmThread, pRetVal);
Dbi\DacDbiImpl.cs (1)
805
int hrLocal = _legacy.
GetThreadHandle
(vmThread, &retValLocal);