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