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