1 write to _runtimeGraph
Microsoft.NET.Build.Containers (1)
Registry\Registry.cs (1)
26_runtimeGraph = GetRuntimeGraphForDotNet(runtimeIdentifierGraphPath);
2 references to _runtimeGraph
Microsoft.NET.Build.Containers (2)
Registry\Registry.cs (2)
30var bestManifestRid = GetBestMatchingRid(_runtimeGraph, runtimeIdentifier, ridManifestDict.Keys); 40var bestManifestRid = GetBestMatchingRid(_runtimeGraph, runtimeIdentifier, ridManifestDict.Keys);