1 write to RuntimeGraphPath
Microsoft.NET.Build.Tasks.UnitTests (1)
ProcessFrameworkReferencesTests.cs (1)
156if (config.RuntimeGraphPath != null) task.RuntimeGraphPath = config.RuntimeGraphPath;
2 references to RuntimeGraphPath
Microsoft.NET.Build.Tasks (2)
ProcessFrameworkReferences.cs (2)
675var runtimeGraph = new RuntimeGraphCache(this).GetRuntimeGraph(RuntimeGraphPath); 830var runtimeGraph = new RuntimeGraphCache(this).GetRuntimeGraph(RuntimeGraphPath);