2 references to SyncBlockRecursionLevelShift
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
72public const string SyncBlockRecursionLevelShift = nameof(SyncBlockRecursionLevelShift);
Contracts\SyncBlock_1.cs (1)
85recursion = (sb.ThinLock & _target.ReadGlobal<uint>(Constants.Globals.SyncBlockMaskLockRecursionLevel)) >> (int)_target.ReadGlobal<uint>(Constants.Globals.SyncBlockRecursionLevelShift);