3 references to CurrentVersion
System.IdentityModel (3)
System\IdentityModel\IdentityModelDictionary.cs (2)
84if (key.Dictionary == CurrentVersion) 87versionedDictionaryStrings = new XmlDictionaryString[CurrentVersion.count];
System\IdentityModel\XD.cs (1)
15static public IdentityModelDictionary Dictionary { get { return IdentityModelDictionary.CurrentVersion; } }