1 instantiation of WebServicesSection
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
25
WebServicesSection retval = new
WebServicesSection
();
5 references to WebServicesSection
dotnet-svcutil-lib (5)
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (2)
21
public static
WebServicesSection
Current
25
WebServicesSection
retval = new WebServicesSection();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (3)
278
WebServicesSection
config =
WebServicesSection
.Current;
282
WebServicesSection
.LoadXmlFormatExtensions(config.GetAllFormatExtensionTypes(), overrides, ns);