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