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