1 write to m_refProcessed
System.Security (1)
system\security\cryptography\xml\signedxml.cs (1)
850
m_refProcessed
= new bool[references.Count];
2 references to m_refProcessed
System.Security (2)
system\security\cryptography\xml\signedxml.cs (2)
789
if (
m_refProcessed
[index]) return m_refLevelCache[index];
790
m_refProcessed
[index] = true;