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)
822Debug.Assert(_refProcessed != null); 825if (_refProcessed[index]) return _refLevelCache[index]; 826_refProcessed[index] = true;