3 references to CurrentVersion
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\IdentityModelDictionary.cs (2)
85if (key.Dictionary == CurrentVersion) 88_versionedDictionaryStrings = new XmlDictionaryString[CurrentVersion._count];
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (1)
15static public IdentityModelDictionary Dictionary { get { return IdentityModelDictionary.CurrentVersion; } }