2 writes to _used
Microsoft.CodeAnalysis.CodeStyle (2)
6 references to _used
Microsoft.CodeAnalysis.CodeStyle (6)
ImmutableHashMap.cs (6)
877return new HashBucket(_hashRoll, _used, newBuckets, _count - existing.Count + added.Count);
888var newUsed = InsertBit(logicalSlot, _used);
913return new HashBucket(_hashRoll, RemoveBit(logicalSlot, _used), _buckets.RemoveAt(physicalSlot), _count - existing.Count);
918return new HashBucket(_hashRoll, _used, _buckets.ReplaceAt(physicalSlot, result), _count - existing.Count + result.Count);
941=> ((1 << logicalSlot) & _used) != 0;
977return CountBits(_used & mask);