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