6 writes to Namespace
System.ServiceModel (2)
System\ServiceModel\Description\MessageContractExporter.cs (1)
729bodyBinding.Namespace = ns;
System\ServiceModel\Description\SoapHelper.cs (1)
362dest.Namespace = src.Namespace;
System.Web.Services (4)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
5144o.@Namespace = Reader.Value; 5344o.@Namespace = Reader.Value;
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
112soapBodyBinding.Namespace = ns;
System\Web\Services\Description\SoapProtocolReflector.cs (1)
303soapBodyBinding.Namespace = ns;
13 references to Namespace
System.ServiceModel (3)
System\ServiceModel\Description\MessageContractImporter.cs (2)
1434if (style == OperationFormatStyle.Rpc && bodyBinding.Namespace != null) 1435description.Body.WrapperNamespace = bodyBinding.Namespace;
System\ServiceModel\Description\SoapHelper.cs (1)
362dest.Namespace = src.Namespace;
System.Web.Services (10)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
893if ((((global::System.String)o.@Namespace) != null) && (((global::System.String)o.@Namespace).Length != 0)) { 894WriteAttribute(@"namespace", @"", ((global::System.String)o.@Namespace)); 924if ((((global::System.String)o.@Namespace) != null) && (((global::System.String)o.@Namespace).Length != 0)) { 925WriteAttribute(@"namespace", @"", ((global::System.String)o.@Namespace));
System\Web\Services\Description\SoapProtocolImporter.cs (3)
1130membersMapping = soapImporter.ImportMembersMapping(messageName, soapBodyBinding.Namespace, schemaMember); 1141membersMapping = soapImporter.ImportMembersMapping(messageName, soapBodyBinding.Namespace, schemaMembers); 1158membersMapping = xmlImporter.ImportMembersMapping(messageName, soapBodyBinding.Namespace, schemaMembers);
System\Web\Services\Description\WebServicesInteroperability.cs (1)
427ns = body.Namespace;