3 writes to samlDictionary
System.IdentityModel (3)
System\IdentityModel\DictionaryManager.cs (3)
29this.samlDictionary = XD.SamlDictionary; 49this.samlDictionary = new SamlDictionary(parentDictionary); 71set { this.samlDictionary = value; }
1 reference to samlDictionary
System.IdentityModel (1)
System\IdentityModel\DictionaryManager.cs (1)
70get { return this.samlDictionary; }