3 writes to PartsString
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
362dest.PartsString = src.PartsString;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
6456o.@PartsString = Reader.Value; 6702o.@PartsString = Reader.Value;
3 references to PartsString
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
362dest.PartsString = src.PartsString;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
1149WriteAttribute(@"parts", @"", ((global::System.String)o.@PartsString)); 1189WriteAttribute(@"parts", @"", ((global::System.String)o.@PartsString));