4 references to GetNamespaceOfPrefixInScope
System.Private.Xml.Linq (4)
System\Xml\Linq\XElement.cs (4)
470string? namespaceName = GetNamespaceOfPrefixInScope("xmlns", null); 484string? namespaceName = GetNamespaceOfPrefixInScope(prefix, null); 517GetNamespaceOfPrefixInScope(a.Name.LocalName, e) == null)) 533if (!hasInScopeNamespace || GetNamespaceOfPrefixInScope("xml", null) == null) return "xml";