3 instantiations of TrustFeb2005Dictionary
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\DictionaryManager.cs (1)
56_trustFeb2005Dictionary = new TrustFeb2005Dictionary(parentDictionary);
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (1)
126s_trustFeb2005Dictionary = new TrustFeb2005Dictionary(Dictionary);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
133trustDictionary = new IdentityModel.TrustFeb2005Dictionary(new CollectionDictionary(DXD.TrustDec2005Dictionary.Feb2005DictionaryStrings));
5 references to TrustFeb2005Dictionary
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\IdentityModel\DictionaryManager.cs (2)
21private TrustFeb2005Dictionary _trustFeb2005Dictionary; 133public TrustFeb2005Dictionary TrustFeb2005Dictionary
FrameworkFork\System.ServiceModel\System\IdentityModel\Security\WSTrust.cs (1)
79if (parent.SerializerDictionary is TrustFeb2005Dictionary)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (2)
26private static TrustFeb2005Dictionary s_trustFeb2005Dictionary; 121static public TrustFeb2005Dictionary TrustFeb2005Dictionary