3 writes to parentDictionary
System.IdentityModel (3)
System\IdentityModel\DictionaryManager.cs (3)
34this.parentDictionary = XD.Dictionary; 59this.parentDictionary = parentDictionary; 149set { this.parentDictionary = value; }
1 reference to parentDictionary
System.IdentityModel (1)
System\IdentityModel\DictionaryManager.cs (1)
148get { return this.parentDictionary; }