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