Implemented interface member:
property
Count
System.Collections.ICollection.Count
8 references to Count
System (1)
sys\system\configuration\SettingsBase.cs (1)
127if (ppcv.Count > 0) {
System.Web (1)
Profile\SqlProfileProvider.cs (1)
210if (username == null || username.Length < 1 || properties.Count < 1)
System.Web.Extensions (6)
ClientServices\Providers\ClientSettingsProvider.cs (6)
264if (_PropertyValues.Count < _Properties.Count) 276if (propertyValueCollection == null || propertyValueCollection.Count < 1) 448bool anyFailures = (_PropertyValues.Count < _Properties.Count); 755cd.SettingsNames = new string[values.Count]; 756cd.SettingsStoredAs = new string[values.Count]; 757cd.SettingsValues = new string[values.Count];