2 overrides of IsElementRemovable
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (1)
343
protected override bool
IsElementRemovable
(ConfigurationElement element)
System.Web (1)
Configuration\HttpModuleActionCollection.cs (1)
80
protected override bool
IsElementRemovable
(ConfigurationElement element) {
1 reference to IsElementRemovable
System.Configuration (1)
System\Configuration\ConfigurationElementCollection.cs (1)
1093
if (
IsElementRemovable
(elem) == true) {