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