5 writes to m_cachedXml
System.Security (5)
system\security\cryptography\xml\encryptedtype.cs (5)
129m_cachedXml = null; 134m_cachedXml = null; 149m_cachedXml = null; 157m_cachedXml = null; 199m_cachedXml = value;
2 references to m_cachedXml
System.Security (2)
system\security\cryptography\xml\encryptedtype.cs (2)
139return (m_cachedXml != null); 162if (CacheValid) return(m_cachedXml);