1 write to ThinLock
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\SyncBlock.cs (1)
23
ThinLock
= target.ReadField<uint>(address, type, nameof(ThinLock));
4 references to ThinLock
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\SyncBlock_1.cs (3)
79
else if (sb.
ThinLock
!= 0)
81
owningThreadId = sb.
ThinLock
& _target.ReadGlobal<uint>(Constants.Globals.SyncBlockMaskLockThreadId);
85
recursion = (sb.
ThinLock
& _target.ReadGlobal<uint>(Constants.Globals.SyncBlockMaskLockRecursionLevel)) >> (int)_target.ReadGlobal<uint>(Constants.Globals.SyncBlockRecursionLevelShift);
Data\SyncBlock.cs (1)
23
ThinLock = target.ReadField<uint>(address, type, nameof(
ThinLock
));