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)
30
var bestManifestRid = GetBestMatchingRid(
_runtimeGraph
, runtimeIdentifier, ridManifestDict.Keys);
40
var bestManifestRid = GetBestMatchingRid(
_runtimeGraph
, runtimeIdentifier, ridManifestDict.Keys);