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