3 writes to m_cachedXml
System.Security (3)
system\security\cryptography\xml\encryptedtype.cs (3)
220m_cachedXml = null; 240m_cachedXml = null; 269m_cachedXml = value;
2 references to m_cachedXml
System.Security (2)
system\security\cryptography\xml\encryptedtype.cs (2)
246return (m_cachedXml != null); 251if (CacheValid) return m_cachedXml;