1 write to _parts
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
1423get { if (_parts == null) _parts = new MessagePartCollection(this); return _parts; }
4 references to _parts
dotnet-svcutil-lib (4)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (4)
1423get { if (_parts == null) _parts = new MessagePartCollection(this); return _parts; } 1446for (int i = 0; i < _parts.Count; i++) 1448MessagePart part = _parts[i];