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