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)
101if (string.IsNullOrEmpty(any.Name) && any.GetNamespaceSpecified() && any.Namespace == null)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
1692string? anyNs = xmlAnyElement.GetNamespaceSpecified() ? xmlAnyElement.Namespace : null; 1701throw new InvalidOperationException(SR.Format(SR.XmlAnyElementDuplicate, accessorName, xmlAnyElement.Name, xmlAnyElement.Namespace ?? "null")); 1934string? anyNs = xmlAnyElement.GetNamespaceSpecified() ? xmlAnyElement.Namespace : null; 1943throw new InvalidOperationException(SR.Format(SR.XmlAnyElementDuplicate, accessorName, xmlAnyElement.Name, xmlAnyElement.Namespace ?? "null"));