2 implementations of GetThreadHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1220
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetThreadHandle
(ulong vmThread, void** pRetVal)
Dbi\DacDbiImpl.cs (1)
744
public int
GetThreadHandle
(ulong vmThread, void** pRetVal)
2 references to GetThreadHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1245
__retVal = @this.
GetThreadHandle
(vmThread, pRetVal);
Dbi\DacDbiImpl.cs (1)
760
int hrLocal = _legacy.
GetThreadHandle
(vmThread, &retValLocal);