3 references to GetNamespaceSpecified
System.Private.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (1)
101if (string.IsNullOrEmpty(any.Name) && any.GetNamespaceSpecified() && any.Namespace == null)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1688string? anyNs = xmlAnyElement.GetNamespaceSpecified() ? xmlAnyElement.Namespace : null; 1930string? anyNs = xmlAnyElement.GetNamespaceSpecified() ? xmlAnyElement.Namespace : null;