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