3 instantiations of TrustFeb2005Dictionary
System.ServiceModel.Primitives (3)
System\IdentityModel\DictionaryManager.cs (1)
44TrustFeb2005Dictionary = new TrustFeb2005Dictionary(parentDictionary);
System\IdentityModel\XD.cs (1)
155s_trustFeb2005Dictionary = new TrustFeb2005Dictionary(Dictionary);
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
125trustDictionary = new IdentityModel.TrustFeb2005Dictionary(new CollectionDictionary(DXD.TrustDec2005Dictionary.Feb2005DictionaryStrings));
4 references to TrustFeb2005Dictionary
System.ServiceModel.Primitives (4)
System\IdentityModel\DictionaryManager.cs (1)
77public TrustFeb2005Dictionary TrustFeb2005Dictionary { get; set; }
System\IdentityModel\Security\WSTrust.cs (1)
70if (parent.SerializerDictionary is TrustFeb2005Dictionary)
System\IdentityModel\XD.cs (2)
27private static TrustFeb2005Dictionary s_trustFeb2005Dictionary; 149static public TrustFeb2005Dictionary TrustFeb2005Dictionary