2 references to ParsedNuGetVersionsMappingMaxEntries
NuGet.Versioning (2)
NuGetVersionFactory.cs (2)
18private static Dictionary<string, NuGetVersion> ParsedNuGetVersionsMapping = new Dictionary<string, NuGetVersion>(ParsedNuGetVersionsMappingMaxEntries); 106if (ParsedNuGetVersionsMapping.Count >= ParsedNuGetVersionsMappingMaxEntries)