2 implementations of RemoveService
System (1)
compmod\system\componentmodel\design\ServiceObjectContainer.cs (1)
252
public virtual void
RemoveService
(Type serviceType, bool promote) {
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationContext.cs (1)
398
public void
RemoveService
(Type serviceType, bool promote) {
1 reference to RemoveService
System (1)
compmod\system\componentmodel\design\ServiceObjectContainer.cs (1)
260
container.
RemoveService
(serviceType, promote);