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