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