2 implementations of AddService
System (1)
compmod\system\componentmodel\design\ServiceObjectContainer.cs (1)
129public virtual void AddService(Type serviceType, ServiceCreatorCallback callback, bool promote) {
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationContext.cs (1)
359public void AddService(Type serviceType, Design.ServiceCreatorCallback callback, bool promote)
2 references to AddService
System (1)
compmod\system\componentmodel\design\ServiceObjectContainer.cs (1)
137container.AddService(serviceType, callback, promote);
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationContext.cs (1)
362this._parentContainer.AddService(serviceType, callback, promote);