10 references to Contains
System.Configuration.ConfigurationManager (10)
System\Configuration\ConfigurationElement.cs (7)
182Debug.Assert(Properties.Contains(propertyName), "Properties.Contains(propertyName)"); 625if ((prop == null) || ((collectionKeys != null) && !collectionKeys.Contains(prop.Name))) continue; 645if (!props.Contains(key)) // this is for optional provider models keys 921if ((prop == null) || ((collectionKeys != null) && !collectionKeys.Contains(prop.Name))) 928else if (value != s_nullPropertyValue && !props.Contains(key)) 941if ((prop == null) || ((collectionKeys != null) && !collectionKeys.Contains(prop.Name))) continue; 1054if ((prop == null) || ((collectionKeys != null) && !collectionKeys.Contains(prop.Name))) continue;
System\Configuration\ConfigurationPropertyCollection.cs (1)
61if (Contains(property.Name) != true) _items.Add(property);
System\Configuration\ProviderSettings.cs (2)
155if (_properties.Contains(propName)) 167if (_properties.Contains(propName))