3 writes to m_cachedXml
System.Security (3)
system\security\cryptography\xml\encryptedtype.cs (3)
220
m_cachedXml
= null;
240
m_cachedXml
= null;
269
m_cachedXml
= value;
2 references to m_cachedXml
System.Security (2)
system\security\cryptography\xml\encryptedtype.cs (2)
246
return (
m_cachedXml
!= null);
251
if (CacheValid) return
m_cachedXml
;