15 references to Contains
System.Configuration (10)
System\Configuration\ConfigurationElement.cs (7)
584
if (prop == null || ((collectionKeys != null) && !collectionKeys.
Contains
(prop.Name))) {
604
if (!props.
Contains
(key)) // this is for optional provider models keys
726
Debug.Assert(Properties.
Contains
(propertyName), "Properties.Contains(propertyName)");
1019
if (prop == null || (collectionKeys != null && !collectionKeys.
Contains
(prop.Name)))
1026
if (!props.
Contains
(key)) // this is for optional provider models keys
1039
if (prop == null || (collectionKeys != null && !collectionKeys.
Contains
(prop.Name))) {
1162
if (prop == null || (collectionKeys != null && !collectionKeys.
Contains
(prop.Name))) {
System\Configuration\ConfigurationPropertyCollection.cs (1)
75
if (
Contains
(property.Name) != true) {
System\Configuration\ProviderSettings.cs (2)
188
if (_properties.
Contains
(PropName))
200
if (_properties.
Contains
(PropName))
System.ServiceModel (5)
System\ServiceModel\Configuration\BindingsSection.cs (1)
279
if (!this.properties.
Contains
(bindingExtension.Name))
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (3)
443
if (this.Properties.
Contains
(reader.Name))
612
if (!this.Properties.
Contains
(property.Name))
623
if (!this.Properties.
Contains
(configuredSectionName))
System\ServiceModel\Configuration\StandardEndpointsSection.cs (1)
180
if (!this.properties.
Contains
(endpointExtension.Name))