1 write to responseMappings
System.Web.Services (1)
System\Web\Services\Protocols\SoapReflector.cs (1)
431soapMethod.responseMappings = ImportMembersMapping(xmlImporter, soapImporter, serviceDefaultIsEncoded, soapMethod.rpc, soapMethod.use, soapMethod.paramStyle, responseElementName, responseNamespace, methodAttribute.responseNs == null, members, false, false, methodId + ":Response", !client);
10 references to responseMappings
System.Web.Services (10)
System\Web\Services\Description\SoapProtocolReflector.cs (1)
72CreateMessage(soapMethod.rpc, soapMethod.use, soapMethod.paramStyle, OutputMessage, OperationBinding.Output, soapMethod.responseMappings);
System\Web\Services\Protocols\SoapClientProtocol.cs (3)
80if (soapMethod.responseMappings != null) clientMethod.returnSerializer = serializers[count++]; 128if (soapMethod.responseMappings != null) mappings.Add(soapMethod.responseMappings);
System\Web\Services\Protocols\SoapServerMethod.cs (3)
192if (soapMethod.responseMappings != null) { 193mappings.Add(soapMethod.responseMappings); 267if (soapMethod.responseMappings != null) {
System\Web\Services\Protocols\SoapServerProtocol.cs (3)
106if (soapMethod.responseMappings != null) mappings.Add(soapMethod.responseMappings); 131if (soapMethod.responseMappings != null) serverMethod.returnSerializer = serializers[count++];