2 references to _frameworkCache
NuGet.Packaging (2)
ContentModel\ManagedCodeConventions.cs (2)
229if (!_frameworkCache.TryGetValue(name, out NuGetFramework? cachedResult)) 233_frameworkCache.Add(name, cachedResult);