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