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