6 writes to m_cachedXml
System.Security (6)
system\security\cryptography\xml\encryptedreference.cs (6)
39m_cachedXml = null; 48m_cachedXml = null; 60m_cachedXml = null; 72m_cachedXml = null; 121m_cachedXml = value; 196m_cachedXml = value;
3 references to m_cachedXml
System.Security (3)
system\security\cryptography\xml\encryptedreference.cs (3)
78return (m_cachedXml != null); 83if (CacheValid) return m_cachedXml; 154if (CacheValid) return m_cachedXml;