1 reference to READ_COUNT_MASK
System.Web (1)
Util\ReadWriteSpinLock.cs (1)
69static int ReadLockCount(int bits) {return (bits & READ_COUNT_MASK);}