1 write to _ports
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
842
get { if (_ports == null)
_ports
= new PortCollection(this); return _ports; }
2 references to _ports
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
842
get { if (
_ports
== null) _ports = new PortCollection(this); return
_ports
; }