1 write to s_XmlNamespaceDeclaration
System.Private.Xml.Linq (1)
System\Xml\XPath\XNodeNavigator.cs (1)
843System.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)
841if (s_XmlNamespaceDeclaration == null) 845return s_XmlNamespaceDeclaration;