1 write to portType
System.Web.Services (1)
System\Web\Services\Description\ProtocolImporter.cs (1)
340this.portType = portType;
4 references to portType
System.Web.Services (4)
System\Web\Services\Description\ProtocolImporter.cs (4)
171get { return portType; } 389for (int i = 0; i < portType.Operations.Count; i++) { 390MoveToOperation(portType.Operations[i]); 449if (portType.Operations.Count == 0)