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