8 references to GetRuntimeGraph
Microsoft.NET.Build.Tasks (8)
GenerateDepsFile.cs (1)
228runtimeGraph = new RuntimeGraphCache(this).GetRuntimeGraph(
PickBestRid.cs (1)
46RuntimeGraph graph = new RuntimeGraphCache(this).GetRuntimeGraph(RuntimeGraphPath);
ProcessFrameworkReferences.cs (2)
699var runtimeGraph = new RuntimeGraphCache(this).GetRuntimeGraph(RuntimeGraphPath); 853var runtimeGraph = new RuntimeGraphCache(this).GetRuntimeGraph(RuntimeGraphPath);
ResolveAppHosts.cs (1)
251new RuntimeGraphCache(this).GetRuntimeGraph(RuntimeGraphPath),
ResolveReadyToRunCompilers.cs (2)
128var runtimeGraph = new RuntimeGraphCache(this).GetRuntimeGraph(RuntimeGraphPath); 209var runtimeGraph = new RuntimeGraphCache(this).GetRuntimeGraph(RuntimeGraphPath);
SelectRuntimeIdentifierSpecificItems.cs (1)
55RuntimeGraph runtimeGraph = new RuntimeGraphCache(this).GetRuntimeGraph(RuntimeIdentifierGraphPath);