6 writes to Part
System.ServiceModel (2)
System\ServiceModel\Description\MessageContractExporter.cs (1)
741headerBinding.Part = string.IsNullOrEmpty(header.UniquePartName) ? header.Name : header.UniquePartName;
System\ServiceModel\Description\SoapHelper.cs (1)
436dest.Part = src.Part;
System.Web.Services (4)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
5006o.@Part = Reader.Value; 5206o.@Part = Reader.Value;
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
123soapHeaderBinding.Part = partName;
System\Web\Services\Description\SoapProtocolReflector.cs (1)
314soapHeaderBinding.Part = partName;
9 references to Part
System.ServiceModel (4)
System\ServiceModel\Description\MessageContractImporter.cs (3)
1401WsdlNS.MessagePart part = FindPartByName(wsdlHeaderMessage, headerBinding.Part); 1442WsdlNS.MessagePart part = FindPartByName(wsdlHeaderMessage, headerBinding.Part); 2203if (string.IsNullOrEmpty(soapHeaderBinding.Part))
System\ServiceModel\Description\SoapHelper.cs (1)
436dest.Part = src.Part;
System.Web.Services (5)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
953WriteAttribute(@"part", @"", ((global::System.String)o.@Part)); 1018WriteAttribute(@"part", @"", ((global::System.String)o.@Part));
System\Web\Services\Description\SoapProtocolImporter.cs (1)
567MessagePart part = message.FindPartByName(header.Part);
System\Web\Services\Description\WebServicesInteroperability.cs (2)
435if (!encodedBinding && (header.Part == null || header.Part.Length == 0)) {