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