1 write to serviceAttr
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionReflector.cs (1)
176serviceAttr = WebServiceReflector.GetAttribute(type);
10 references to serviceAttr
System.Web.Services (10)
System\Web\Services\Description\ServiceDescriptionReflector.cs (10)
100get { return serviceAttr; } 145description.TargetNamespace = serviceAttr.Namespace; 149string name = serviceAttr.Name; 154if (serviceAttr.Description != null && serviceAttr.Description.Length > 0) 155service.Documentation = serviceAttr.Description; 160importer = SoapReflector.CreateXmlImporter(serviceAttr.Namespace, SoapReflector.ServiceDefaultIsEncoded(serviceType)); 193if (serviceAttr.Description != null && serviceAttr.Description.Length > 0) 194ServiceDescription.Documentation = serviceAttr.Description;