1 write to Namespace
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
664[XmlAnyElement("documentation", Namespace = ServiceDescription.Namespace)]
7 references to Namespace
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (1)
122if ((any.Name == null || any.Name.Length == 0) && any.NamespaceSpecified && any.Namespace == null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (6)
1675string anyNs = xmlAnyElement.NamespaceSpecified ? xmlAnyElement.Namespace : null; 1684throw new InvalidOperationException(string.Format(ResXml.XmlAnyElementDuplicate, accessorName, xmlAnyElement.Name, xmlAnyElement.Namespace == null ? "null" : xmlAnyElement.Namespace)); 1919string anyNs = xmlAnyElement.NamespaceSpecified ? xmlAnyElement.Namespace : null; 1928throw new InvalidOperationException(string.Format(ResXml.XmlAnyElementDuplicate, accessorName, xmlAnyElement.Name, xmlAnyElement.Namespace == null ? "null" : xmlAnyElement.Namespace));