8 references to ExceptUris
System.Security.Cryptography.Xml (8)
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (8)
86ExceptUris.Add(uri); 93ExceptUris.Clear(); 110ExceptUris.Add(idref); 122if (ExceptUris.Count == 0) 128foreach (string uri in ExceptUris) 201if (ExceptUris.Count > 0) 203for (int index = 0; index < ExceptUris.Count; index++) 205if (IsTargetElement(encryptedDataElement, (string)ExceptUris[index]!))