5 writes to m_cachedXml
System.Security (5)
system\security\cryptography\xml\signedinfo.cs (5)
75
m_cachedXml
= null;
88
m_cachedXml
= null;
110
m_cachedXml
= null;
118
m_cachedXml
= null;
257
m_cachedXml
= signedInfoElement;
2 references to m_cachedXml
System.Security (2)
system\security\cryptography\xml\signedinfo.cs (2)
128
if (
m_cachedXml
== null) return false;
142
if (CacheValid) return
m_cachedXml
;