1 write to s_XmlNamespaceDeclaration
System.Private.Xml.Linq (1)
System\Xml\XPath\XNodeNavigator.cs (1)
843
System.Threading.Interlocked.CompareExchange(ref
s_XmlNamespaceDeclaration
, new XAttribute(XNamespace.Xmlns.GetName("xml"), xmlPrefixNamespace), null);
2 references to s_XmlNamespaceDeclaration
System.Private.Xml.Linq (2)
System\Xml\XPath\XNodeNavigator.cs (2)
841
if (
s_XmlNamespaceDeclaration
== null)
845
return
s_XmlNamespaceDeclaration
;