1 write to portTypes
System.Web.Extensions (1)
Compilation\WCFModel\WsdlInspector.cs (1)
43
this.
portTypes
= new Dictionary<XmlQualifiedName, PortType>();
2 references to portTypes
System.Web.Extensions (2)
Compilation\WCFModel\WsdlInspector.cs (2)
78
if (
portTypes
.TryGetValue(portTypeName, out definedPortType))
84
portTypes
.Add(portTypeName, portType);