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