2 writes to portType
System.Web.Services (2)
System\Web\Services\Description\ProtocolReflector.cs (2)
371portType = null; 382portType = new PortType();
5 references to portType
System.Web.Services (5)
System\Web\Services\Description\ProtocolReflector.cs (5)
143get { return portType; } 384portType.Name = bindingName; 386binding.Type = new XmlQualifiedName(portType.Name, bindingNamespace); 392bindingServiceDescription.PortTypes.Add(portType); 434portType.Operations.Add(operation);