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