4 references to GetNamespaceOfPrefixInScope
System.Xml.Linq (4)
System\Xml\Linq\XLinq.cs (4)
3773string namespaceName = GetNamespaceOfPrefixInScope("xmlns", null); 3787string namespaceName = GetNamespaceOfPrefixInScope(prefix, null); 3813GetNamespaceOfPrefixInScope(a.Name.LocalName, e) == null)) { 3827if (!hasInScopeNamespace || GetNamespaceOfPrefixInScope("xml", null) == null) return "xml";