1 write to _location
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
463set { _location = value; }
2 references to _location
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescription.cs (2)
462get { return _location == null ? string.Empty : _location; }