3 writes to _samlDictionary
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\DictionaryManager.cs (3)
28_samlDictionary = XD.SamlDictionary; 48_samlDictionary = new SamlDictionary(parentDictionary); 70set { _samlDictionary = value; }
1 reference to _samlDictionary
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\DictionaryManager.cs (1)
69get { return _samlDictionary; }