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