1 instantiation of ImportCollection
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
74get { if (_imports == null) { _imports = new ImportCollection(this); } return _imports; }
6 references to ImportCollection
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescription.cs (2)
36private ImportCollection _imports; 72public ImportCollection Imports
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
70global::System.Web.Services.Description.ImportCollection a = (global::System.Web.Services.Description.ImportCollection)o.@Imports; 4864global::System.Web.Services.Description.ImportCollection a_5 = (global::System.Web.Services.Description.ImportCollection)o.@Imports;