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