1 write to ThinLock
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\154\Microsoft_Diagnostics_DataContractReader_Data.SyncBlock.g.cs (1)
27ThinLock = target.ReadField<uint>(b, t, n);
3 references to ThinLock
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\SyncBlock_1.cs (3)
60else if (sb.ThinLock != 0) 62owningThreadId = sb.ThinLock & _target.ReadGlobal<uint>(Constants.Globals.SyncBlockMaskLockThreadId); 66recursion = (sb.ThinLock & _target.ReadGlobal<uint>(Constants.Globals.SyncBlockMaskLockRecursionLevel)) >> (int)_target.ReadGlobal<uint>(Constants.Globals.SyncBlockRecursionLevelShift);