3 writes to Part
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
434dest.Part = src.Part;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
6276o.@Part = Reader.Value; 6522o.@Part = Reader.Value;
6 references to Part
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (3)
1389WsdlNS.MessagePart part = FindPartByName(wsdlHeaderMessage, headerBinding.Part); 1430WsdlNS.MessagePart part = FindPartByName(wsdlHeaderMessage, headerBinding.Part); 2190if (string.IsNullOrEmpty(soapHeaderBinding.Part))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
434dest.Part = src.Part;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
1218WriteAttribute(@"part", @"", ((global::System.String)o.@Part)); 1301WriteAttribute(@"part", @"", ((global::System.String)o.@Part));