3 references to InsertAt
Microsoft.CodeAnalysis.CodeStyle (3)
ArrayExtensions.cs (1)
48return InsertAt(array, array.Length, item);
ImmutableHashMap.cs (2)
734return new ListBucket(_buckets.InsertAt(_buckets.Length, bucket)); 887var newBuckets = _buckets.InsertAt(physicalSlot, bucket);