7 writes to m_cachedXml
System.Security (7)
system\security\cryptography\xml\dataobject.cs (7)
34
m_cachedXml
= null;
47
m_cachedXml
= null;
58
m_cachedXml
= null;
66
m_cachedXml
= null;
74
m_cachedXml
= null;
89
m_cachedXml
= null;
143
m_cachedXml
= value;
2 references to m_cachedXml
System.Security (2)
system\security\cryptography\xml\dataobject.cs (2)
95
return(
m_cachedXml
!= null);
104
if (CacheValid) return(
m_cachedXml
);