1 implementation of TryGetLockInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\SyncBlock_1.cs (1)
50
public bool
TryGetLockInfo
(TargetPointer syncBlock, out uint owningThreadId, out uint recursion)
1 reference to TryGetLockInfo
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
4217
bool monitorHeld = syncBlock.
TryGetLockInfo
(syncBlockAddr, out uint owningThreadId, out uint recursion);