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