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