6 references to ParsedNuGetVersionsMapping
NuGet.Versioning (6)
NuGetVersionFactory.cs (6)
48lock (ParsedNuGetVersionsMapping) 50if (ParsedNuGetVersionsMapping.TryGetValue(value, out version)) 104lock (ParsedNuGetVersionsMapping) 106if (ParsedNuGetVersionsMapping.Count >= ParsedNuGetVersionsMappingMaxEntries) 108ParsedNuGetVersionsMapping.Clear(); 111ParsedNuGetVersionsMapping[value] = version;