3 writes to _xmlEncryptionDictionary
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\DictionaryManager.cs (3)
38_xmlEncryptionDictionary = XD.XmlEncryptionDictionary; 57_xmlEncryptionDictionary = new XmlEncryptionDictionary(parentDictionary); 142set { _xmlEncryptionDictionary = value; }
1 reference to _xmlEncryptionDictionary
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\DictionaryManager.cs (1)
141get { return _xmlEncryptionDictionary; }