2 instantiations of Service
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
512wsdlService = new WsdlNS.Service();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
5332o = new global::System.Web.Services.Description.Service();
38 references to Service
dotnet-svcutil-lib (38)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (5)
347WsdlNS.Service wsdlService = GetOrCreateWsdlService(wsdlServiceQName); 502private WsdlNS.Service GetOrCreateWsdlService(XmlQualifiedName wsdlServiceQName) 508WsdlNS.Service wsdlService = wsdl.Services[wsdlServiceQName.Name]; 1070internal static string GetPortName(ServiceEndpoint endpoint, WsdlNS.Service wsdlService) 1075private static NamingHelper.DoesNameExist ServiceContainsPort(WsdlNS.Service service)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (6)
271public ServiceEndpointCollection ImportEndpoints(WsdlNS.Service wsdlService) 1546foreach (WsdlNS.Service wsdlService in wsdl.Services) 1742else if (item is WsdlNS.Service) 1800else if (item is WsdlNS.Service) 1803wsdlNs = ((WsdlNS.Service)item).ServiceDescription.TargetNamespace ?? String.Empty; 1812WsdlNS.Service wsdlService = ((WsdlNS.Port)item).Service;
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
36table.Add(typeof(Service), new XmlAttributes());
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (18)
762private Service _parent; 764internal void SetParent(Service parent) 773public Service Service 2237internal PortCollection(Service service) : base(service) { } 2327((Port)value).SetParent((Service)parent); 2543public Service this[int index] 2545get { return (Service)List[index]; } 2553public int Add(Service service) 2562public void Insert(int index, Service service) 2571public int IndexOf(Service service) 2580public bool Contains(Service service) 2589public void Remove(Service service) 2598public void CopyTo(Service[] array, int index) 2607public Service this[string name] 2609get { return (Service)Table[name]; } 2618return ((Service)value).Name; 2627((Service)value).SetParent((ServiceDescription)parent); 3228else if (type == typeof(Service))
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptions.cs (2)
150public Service GetService(XmlQualifiedName name) 153Service service = null;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (5)
126Write123_Service(@"service", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.Service)a[ia]), false, false); 133private void Write123_Service(string n, string ns, global::System.Web.Services.Description.Service o, bool isNullable, bool needType) 143if (t == typeof(global::System.Web.Services.Description.Service)) 5317private global::System.Web.Services.Description.Service Read123_Service(bool isNullable, bool checkType) 5331global::System.Web.Services.Description.Service o;
Metadata\ServiceDescriptor.cs (1)
189foreach (WsdlNS.Service wsdlService in wsdlDocument.Services)