5 writes to m_cachedXml
System.Security (5)
system\security\cryptography\xml\signedinfo.cs (5)
75m_cachedXml = null; 88m_cachedXml = null; 110m_cachedXml = null; 118m_cachedXml = null; 257m_cachedXml = signedInfoElement;
2 references to m_cachedXml
System.Security (2)
system\security\cryptography\xml\signedinfo.cs (2)
128if (m_cachedXml == null) return false; 142if (CacheValid) return m_cachedXml;