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