2 writes to Parts
System.Web.Services.Description (2)
System\Web\Services\Description\SoapFormatExtensions.cs (2)
113
Parts
= null;
117
Parts
= value.Split(new char[] { ' ' });
3 references to Parts
System.Web.Services.Description (3)
System\Web\Services\Description\SoapFormatExtensions.cs (3)
93
if (
Parts
== null)
99
for (int i = 0; i <
Parts
.Length; i++) {
105
builder.Append(
Parts
[i]);