2 implementations of GetThreadFromThinlockID
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1080int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetThreadFromThinlockID(uint thinLockId, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* pThread)
SOSDacImpl.cs (1)
4365int ISOSDacInterface.GetThreadFromThinlockID(uint thinLockId, ClrDataAddress* pThread)
2 references to GetThreadFromThinlockID
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1105__retVal = @this.GetThreadFromThinlockID(thinLockId, pThread);
SOSDacImpl.cs (1)
4383int hrLocal = _legacyImpl.GetThreadFromThinlockID(thinLockId, &pThreadLocal);