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