2 implementations of GetThreadHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1265int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetThreadHandle(ulong vmThread, nint pRetVal)
Dbi\DacDbiImpl.cs (1)
680public int GetThreadHandle(ulong vmThread, nint pRetVal)
2 references to GetThreadHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1290__retVal = @this.GetThreadHandle(vmThread, pRetVal);
Dbi\DacDbiImpl.cs (1)
681=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.GetThreadHandle(vmThread, pRetVal) : HResults.E_NOTIMPL;