3 references to ReplaceAt
Microsoft.CodeAnalysis.CodeStyle (3)
ImmutableHashMap.cs (3)
724return new ListBucket(_buckets.ReplaceAt(pos, bucket)); 876var newBuckets = _buckets.ReplaceAt(physicalSlot, added); 918return new HashBucket(_hashRoll, _used, _buckets.ReplaceAt(physicalSlot, result), _count - existing.Count + result.Count);