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