8 references to BIT_SBLK_IS_HASHCODE
System.Private.CoreLib (8)
System\Threading\ObjectHeader.cs (8)
33
internal const int MASK_HASHCODE_INDEX =
BIT_SBLK_IS_HASHCODE
- 1;
67
if ((bits &
BIT_SBLK_IS_HASHCODE
) != 0)
103
if ((bits &
BIT_SBLK_IS_HASHCODE
) != 0)
138
if ((oldBits &
BIT_SBLK_IS_HASHCODE
) != 0)
154
int newBits = BIT_SBLK_IS_HASH_OR_SYNCBLKINDEX |
BIT_SBLK_IS_HASHCODE
| oldBits | newHash;
176
return (header & (BIT_SBLK_IS_HASH_OR_SYNCBLKINDEX |
BIT_SBLK_IS_HASHCODE
)) == BIT_SBLK_IS_HASH_OR_SYNCBLKINDEX;
230
if ((oldBits &
BIT_SBLK_IS_HASHCODE
) != 0)
247
newBits = oldBits & ~(
BIT_SBLK_IS_HASHCODE
| MASK_HASHCODE_INDEX);