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