2 writes to Namespace
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
5090o.@Namespace = Reader.Value; 5290o.@Namespace = Reader.Value;
8 references to Namespace
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
993if ((((global::System.String)o.@Namespace) != null) && (((global::System.String)o.@Namespace).Length != 0)) { 994WriteAttribute(@"namespace", @"", ((global::System.String)o.@Namespace)); 1058if ((((global::System.String)o.@Namespace) != null) && (((global::System.String)o.@Namespace).Length != 0)) { 1059WriteAttribute(@"namespace", @"", ((global::System.String)o.@Namespace));
System\Web\Services\Description\WebServicesInteroperability.cs (2)
446if (header.Fault.Namespace != null && header.Fault.Namespace.Length > 0) {