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