8 references to ExceptUris
System.Security (8)
system\security\cryptography\xml\transform.cs (8)
1165
ExceptUris
.Add(uri);
1171
ExceptUris
.Clear();
1184
ExceptUris
.Add(idref);
1194
if (
ExceptUris
.Count == 0)
1200
foreach (string uri in
ExceptUris
) {
1259
if (
ExceptUris
.Count > 0) {
1260
for (int index = 0; index <
ExceptUris
.Count; index++) {
1261
if (IsTargetElement(encryptedDataElement, (string)
ExceptUris
[index]))