3 writes to _parts
dotnet-svcutil-lib (3)
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (3)
153_parts = null; 155_parts = value.Split(new char[] { ' ' }); 164set { _parts = value; }
4 references to _parts
dotnet-svcutil-lib (4)
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (4)
140if (_parts == null) 143for (int i = 0; i < _parts.Length; i++) 146builder.Append(_parts[i]); 163get { return _parts; }