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