6 writes to Namespace
System.Web.Services (6)
System\Web\Services\Description\ServiceDescription.cs (1)
1610
[XmlAttribute("required",
Namespace
= ServiceDescription.Namespace), DefaultValue(false)]
System\Web\Services\Protocols\SoapHeader.cs (5)
39
[XmlAttribute("mustUnderstand",
Namespace
= "http://schemas.xmlsoap.org/soap/envelope/"),
56
[XmlAttribute("mustUnderstand",
Namespace
= Soap12.Namespace),
88
[XmlAttribute("actor",
Namespace
= "http://schemas.xmlsoap.org/soap/envelope/"),
97
[XmlAttribute("role",
Namespace
= Soap12.Namespace),
124
[XmlAttribute("relay",
Namespace
= Soap12.Namespace),
4 references to Namespace
System.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
1383
attribute.Namespace = a.XmlAttribute.
Namespace
== null ? ns : a.XmlAttribute.
Namespace
;
1545
attribute.Namespace = a.XmlAttribute.
Namespace
== null ? ns : a.XmlAttribute.
Namespace
;