1 write to _refProcessed
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXml.cs (1)
897
_refProcessed
= new bool[references.Count];
3 references to _refProcessed
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\SignedXml.cs (3)
822
Debug.Assert(
_refProcessed
!= null);
825
if (
_refProcessed
[index]) return _refLevelCache[index];
826
_refProcessed
[index] = true;