1 reference to ImportCollection
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
74get { if (_imports == null) { _imports = new ImportCollection(this); } return _imports; }