1 override of Count
System (1)
net\System\Net\_SpnDictionary.cs (1)
44
public override int
Count
{
5 references to Count
System (5)
compmod\system\collections\specialized\stringdictionary.cs (2)
228
return m_stringDictionary.
Count
;
419
return _internal.
Count
; // hashtable count is same as key/value count.
services\monitoring\system\diagnosticts\Process.cs (3)
2745
string[] keys = new string[sd.
Count
];
2750
string[] values = new string[sd.
Count
];
2760
for (int i = 0; i < sd.
Count
; ++ i) {