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