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