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)
182
return
_expandCache
!.GetOrAdd(runtime, r => new HashSet<string>(ExpandRuntimeInternal(r), StringComparer.Ordinal));