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