2 writes to Capacity
Microsoft.CodeAnalysis (2)
SegmentedList`1.cs (2)
436Capacity = newCapacity; 1143Capacity = _size;
2 references to Capacity
Microsoft.CodeAnalysis.UnitTests (2)
Collections\List\SegmentedList.Generic.Tests.Constructor.cs (2)
28Assert.Equal(0, list.Capacity); //"Expected capacity of list to be the same as given." 43Assert.Equal(capacity, list.Capacity); //"Expected capacity of list to be the same as given."