1 write to _expandCache
NuGet.Packaging (1)
RuntimeModel\RuntimeGraph.cs (1)
72_expandCache = new(StringComparer.Ordinal);
1 reference to _expandCache
NuGet.Packaging (1)
RuntimeModel\RuntimeGraph.cs (1)
182return _expandCache!.GetOrAdd(runtime, r => new HashSet<string>(ExpandRuntimeInternal(r), StringComparer.Ordinal));