1 write to _portTypes
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
95get { if (_portTypes == null) { _portTypes = new PortTypeCollection(this); } return _portTypes; }
2 references to _portTypes
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescription.cs (2)
95get { if (_portTypes == null) { _portTypes = new PortTypeCollection(this); } return _portTypes; }