2 instantiations of RuntimeGraphCache
Crossgen2Tasks (2)
ResolveReadyToRunCompilers.cs (2)
128var runtimeGraph = new RuntimeGraphCache(this).GetRuntimeGraph(RuntimeGraphPath); 209var runtimeGraph = new RuntimeGraphCache(this).GetRuntimeGraph(RuntimeGraphPath);
1 reference to RuntimeGraphCache
Crossgen2Tasks (1)
CommonFilePulledFromSdkRepo\RuntimeGraphCache.cs (1)
53return $"{nameof(RuntimeGraphCache)}:{runtimeJsonPath}";