6 writes to m_cachedXml
System.Security (6)
system\security\cryptography\xml\encryptedreference.cs (6)
39
m_cachedXml
= null;
48
m_cachedXml
= null;
60
m_cachedXml
= null;
72
m_cachedXml
= null;
121
m_cachedXml
= value;
196
m_cachedXml
= value;
3 references to m_cachedXml
System.Security (3)
system\security\cryptography\xml\encryptedreference.cs (3)
78
return (
m_cachedXml
!= null);
83
if (CacheValid) return
m_cachedXml
;
154
if (CacheValid) return
m_cachedXml
;