2 writes to referenceList
System.IdentityModel (2)
System\ServiceModel\Security\EncryptedKey.cs (2)
38set { this.referenceList = value; } 83this.referenceList = new ReferenceList();
4 references to referenceList
System.IdentityModel (4)
System\ServiceModel\Security\EncryptedKey.cs (4)
37get { return this.referenceList; } 84this.referenceList.ReadFrom(reader); 120if (this.referenceList != null) 122this.referenceList.WriteTo(writer, dictionaryManager);