1 write to _location
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (1)
353set { _location = value; }
2 references to _location
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (2)
352get { return _location == null ? string.Empty : _location; }