Implemented interface member:
property
Count
System.Collections.ICollection.Count
9 references to Count
System.Configuration (9)
System\Configuration\ConfigurationElement.cs (9)
213
if (_lockedAllExceptElementsList == null || _lockedAllExceptElementsList.
Count
== 0) {
484
((_lockedAllExceptElementsList != null && _lockedAllExceptElementsList.
Count
!= 0) &&
1415
ConfigurationLockCollection smallCollection = Collection1.
Count
< Collection2.
Count
? Collection1 : Collection2;
1416
ConfigurationLockCollection largeCollection = Collection1.
Count
>= Collection2.
Count
? Collection1 : Collection2;
1451
(_lockedAllExceptElementsList != null && _lockedAllExceptElementsList.
Count
!= 0 && !_lockedAllExceptElementsList.Contains(reader.Name)) ||
1913
if (sourceLockList.
Count
== parentLockList.
Count
) {