1 write to Namespace
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
507
[XmlAnyElement("documentation",
Namespace
= ServiceDescription.Namespace)]
5 references to Namespace
System.Private.Xml (5)
System\Xml\Serialization\XmlAttributes.cs (1)
101
if (string.IsNullOrEmpty(any.Name) && any.GetNamespaceSpecified() && any.
Namespace
== null)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
1692
string? anyNs = xmlAnyElement.GetNamespaceSpecified() ? xmlAnyElement.
Namespace
: null;
1701
throw new InvalidOperationException(SR.Format(SR.XmlAnyElementDuplicate, accessorName, xmlAnyElement.Name, xmlAnyElement.
Namespace
?? "null"));
1934
string? anyNs = xmlAnyElement.GetNamespaceSpecified() ? xmlAnyElement.
Namespace
: null;
1943
throw new InvalidOperationException(SR.Format(SR.XmlAnyElementDuplicate, accessorName, xmlAnyElement.Name, xmlAnyElement.
Namespace
?? "null"));