3 writes to m_cachedXml
System.Security (3)
system\security\cryptography\xml\cipherdata.cs (3)
54m_cachedXml = null; 67m_cachedXml = null; 116m_cachedXml = value;
2 references to m_cachedXml
System.Security (2)
system\security\cryptography\xml\cipherdata.cs (2)
41return (m_cachedXml != null); 72if (CacheValid) return m_cachedXml;