Implemented interface member:
property
Count
System.Collections.ICollection.Count
16 references to Count
System (10)
compmod\system\collections\specialized\hybriddictionary.cs (3)
107if (list.Count >= CutoverPoint - 1) { 159return cachedList.Count; 240if (list.Count + 1 >= CutoverPoint) {
net\System\Net\NetworkInformation\NetworkAddressChange.cs (7)
98callerArray = new DictionaryEntry[s_availabilityCallerArray.Count]; 134if (s_availabilityCallerArray.Count == 0) { 150if (s_availabilityCallerArray.Count == 0){ 187if (s_callerArray.Count > 0) 190callerArray = new DictionaryEntry[s_callerArray.Count]; 277if (s_isListening || s_callerArray.Count == 0) { 355if (s_callerArray.Count == 0 && s_isListening) {
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
659get { return Properties.Count; }
System.Web (5)
UI\ClientScriptManager.cs (5)
83return (_registeredHiddenFields != null && _registeredHiddenFields.Count > 0); 89return (_registeredOnSubmitStatements != null && _registeredOnSubmitStatements.Count > 0); 1066_registeredControlsWithExpandoAttributes.Count == 0) { 1083Debug.Assert(expandoAttributes != null && expandoAttributes.Count > 0); 1104if (_registeredHiddenFields == null || _registeredHiddenFields.Count == 0) {