10 writes to m_cachedXml
System.Security (10)
system\security\cryptography\xml\encrypteddata.cs (1)
74m_cachedXml = value;
system\security\cryptography\xml\encryptedkey.cs (3)
40m_cachedXml = null; 48m_cachedXml = null; 147m_cachedXml = value;
system\security\cryptography\xml\encryptedtype.cs (6)
45m_cachedXml = null; 53m_cachedXml = null; 61m_cachedXml = null; 69m_cachedXml = null; 86m_cachedXml = null; 114m_cachedXml = null;
3 references to m_cachedXml
System.Security (3)
system\security\cryptography\xml\encrypteddata.cs (1)
78if (CacheValid) return(m_cachedXml);
system\security\cryptography\xml\encryptedkey.cs (1)
151if (CacheValid) return m_cachedXml;
system\security\cryptography\xml\encryptedtype.cs (1)
37return (m_cachedXml != null);