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[] { ' ' });
164
set {
_parts
= value; }
4 references to _parts
dotnet-svcutil-lib (4)
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (4)
140
if (
_parts
== null)
143
for (int i = 0; i <
_parts
.Length; i++)
146
builder.Append(
_parts
[i]);
163
get { return
_parts
; }