3 writes to Namespace
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
436dest.Namespace = src.Namespace;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
6291o.@Namespace = Reader.Value; 6537o.@Namespace = Reader.Value;
7 references to Namespace
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
436dest.Namespace = src.Namespace;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
1227if ((((global::System.String)o.@Namespace) != null) && (((global::System.String)o.@Namespace).Length != 0)) 1229WriteAttribute(@"namespace", @"", ((global::System.String)o.@Namespace)); 1310if ((((global::System.String)o.@Namespace) != null) && (((global::System.String)o.@Namespace).Length != 0)) 1312WriteAttribute(@"namespace", @"", ((global::System.String)o.@Namespace));