3 writes to Namespace
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
360dest.Namespace = src.Namespace;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
6446o.@Namespace = Reader.Value; 6692o.@Namespace = Reader.Value;
9 references to Namespace
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
1422if (style == OperationFormatStyle.Rpc && bodyBinding.Namespace != null) 1423description.Body.WrapperNamespace = bodyBinding.Namespace;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
360dest.Namespace = src.Namespace;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
1141if ((((global::System.String)o.@Namespace) != null) && (((global::System.String)o.@Namespace).Length != 0)) 1143WriteAttribute(@"namespace", @"", ((global::System.String)o.@Namespace)); 1181if ((((global::System.String)o.@Namespace) != null) && (((global::System.String)o.@Namespace).Length != 0)) 1183WriteAttribute(@"namespace", @"", ((global::System.String)o.@Namespace));