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);
70
set {
_samlDictionary
= value; }
1 reference to _samlDictionary
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\DictionaryManager.cs (1)
69
get { return
_samlDictionary
; }