Implemented interface member:
property
Count
System.Collections.ICollection.Count
4 references to Count
System.Security (4)
system\security\cryptography\xml\encrypteddata.cs (2)
113if (this.EncryptionProperties.Count > 0) { 115for (int index = 0; index < this.EncryptionProperties.Count; index++) {
system\security\cryptography\xml\encryptedkey.cs (2)
188if (this.EncryptionProperties.Count > 0) { 190for (int index = 0; index < this.EncryptionProperties.Count; index++) {