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