4 references to CurrentVersion
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
153IdentityModel.DictionaryManager dictionaryManager = new IdentityModel.DictionaryManager(ServiceModelDictionary.CurrentVersion);
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceModelDictionary.cs (2)
101if (key.Dictionary == CurrentVersion) 104_versionedDictionaryStrings = new XmlDictionaryString[CurrentVersion._count];
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
14static public ServiceModelDictionary Dictionary { get { return ServiceModelDictionary.CurrentVersion; } }