8 references to RuntimeGraphCache
Microsoft.NET.Build.Tasks (8)
GenerateDepsFile.cs (1)
222IsSelfContained ? new RuntimeGraphCache(this).GetRuntimeGraph(RuntimeGraphPath) : null;
PickBestRid.cs (1)
46RuntimeGraph graph = new RuntimeGraphCache(this).GetRuntimeGraph(RuntimeGraphPath);
ProcessFrameworkReferences.cs (2)
675var runtimeGraph = new RuntimeGraphCache(this).GetRuntimeGraph(RuntimeGraphPath); 830var runtimeGraph = new RuntimeGraphCache(this).GetRuntimeGraph(RuntimeGraphPath);
ResolveAppHosts.cs (1)
248new 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);