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