Implemented interface member:
9 references to Count
System.Configuration.ConfigurationManager (9)
System\Configuration\ConfigurationElement.cs (9)
316
if ((_lockedAllExceptElementsList == null) || (_lockedAllExceptElementsList.
Count
== 0))
517
((_lockedAllExceptElementsList != null) && (_lockedAllExceptElementsList.
Count
!= 0) &&
1368
ConfigurationLockCollection smallCollection = collection1.
Count
< collection2.
Count
1371
ConfigurationLockCollection largeCollection = collection1.
Count
>= collection2.
Count
1408
((_lockedAllExceptElementsList != null) && (_lockedAllExceptElementsList.
Count
!= 0) &&
1911
if (sourceLockList.
Count
== parentLockList.
Count
)