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