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