2 references to RemoveAt
Microsoft.CodeAnalysis.CodeStyle (2)
ImmutableHashMap.cs (2)
760
return new ListBucket(_buckets.
RemoveAt
(pos));
913
return new HashBucket(_hashRoll, RemoveBit(logicalSlot, _used), _buckets.
RemoveAt
(physicalSlot), _count - existing.Count);