1 instantiation of ImportCollection
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
108get { if (_imports == null) _imports = new ImportCollection(this); return _imports; }
6 references to ImportCollection
dotnet-svcutil-lib (6)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
40private ImportCollection _imports; 106public ImportCollection Imports
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
80global::System.Web.Services.Description.ImportCollection a = (global::System.Web.Services.Description.ImportCollection)o.@Imports; 5224global::System.Web.Services.Description.ImportCollection a_5 = (global::System.Web.Services.Description.ImportCollection)o.@Imports;