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