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