2 writes to soap11PortType
System.Web.Services (2)
System\Web\Services\Description\Soap12ProtocolReflector.cs (2)
35soap11PortType = null; 46soap11PortType = SoapMethod.portType;
4 references to soap11PortType
System.Web.Services (4)
System\Web\Services\Description\Soap12ProtocolReflector.cs (4)
47if (soap11PortType != Binding.Type) 58if (soap11PortType != null && soap11PortType != Binding.Type) { 71Binding.Type = soap11PortType;