16 references to Remove
ComSvcConfig (15)
ComplusEndpointConfigContainer.cs (2)
234sg.Bindings.NetNamedPipeBinding.Bindings.Remove(element); 239sg.Bindings.NetNamedPipeBinding.Bindings.Remove(element);
EndpointConfigContainer.cs (11)
314serviceElement.Endpoints.Remove(ee); 346contractElement.ExposedMethods.Remove(methodElement); 353sg.ComContracts.ComContracts.Remove(contractElement); 399contractCollection.Remove(element); 600el.Endpoints.Remove(elementEndpoint); 603el.Endpoints.Remove(el.Endpoints[0]); // if Mex endpoint remove it. 611sg.Services.Services.Remove(service); 650serviceElement.Endpoints.Remove(ee); 655serviceElement.Endpoints.Remove(serviceElement.Endpoints[0]); // if Mex endpoint remove it. 660serviceColl.Remove(serviceElement); 737sg.Behaviors.ServiceBehaviors.Remove(element);
WasEndpointConfigContainer.cs (2)
193sg.Bindings.WSHttpBinding.Bindings.Remove(element); 198sg.Bindings.WSHttpBinding.Bindings.Remove(element);
System.ServiceModel (1)
System\ServiceModel\Configuration\CustomBindingCollectionElement.cs (1)
135customBindings.Remove(configElement);