2 implementations of GetThreadHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1177
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetThreadHandle
(ulong vmThread, void** pRetVal)
Dbi\DacDbiImpl.cs (1)
926
public int
GetThreadHandle
(ulong vmThread, void** pRetVal)
2 references to GetThreadHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1202
__retVal = @this.
GetThreadHandle
(vmThread, pRetVal);
Dbi\DacDbiImpl.cs (1)
942
int hrLocal = _legacy.
GetThreadHandle
(vmThread, &retValLocal);