7 writes to Capacity
mscorlib (2)
system\collections\generic\list.cs (2)
412
Capacity
= newCapacity;
1019
Capacity
= _size;
PresentationFramework (1)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
3701
_list.
Capacity
= newCapacity;
System.Core (1)
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (1)
189
comma.
Capacity
= comma.Count + 1;
System.Data (1)
fx\src\data\System\Data\RecordManager.cs (1)
152
freeRecordList.
Capacity
= freeRecordList.Count + table.Rows.Count;
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QuerySubExprEliminator.cs (2)
250
this.children.
Capacity
= this.children.Count;
614
this.exprList.
Capacity
= this.exprList.Count;
6 references to Capacity
mscorlib (1)
system\threading\Tasks\Task.cs (1)
4770
if (list.Count == list.
Capacity
)
PresentationFramework (2)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
3611
if (_list.Count == _list.
Capacity
)
3699
if (newCapacity < _list.
Capacity
)
System.Core (1)
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (1)
207
Debug.Assert(_comma.
Capacity
== _comma.Count + 1);
System.Data.Entity (2)
System\Data\Metadata\Edm\MetadataCollection.cs (2)
704
if (UseSortedListCrossover <= this.OrderedList.
Capacity
)
706
this.IdentityDictionary = new Dictionary<string, OrderedIndex>(this.OrderedList.
Capacity
, StringComparer.OrdinalIgnoreCase);