4 references to RuntimeGraphPath
Microsoft.NET.Build.Tasks (4)
PickBestRid.cs (4)
40if (!File.Exists(RuntimeGraphPath)) 42Log.LogError(Strings.RuntimeGraphFileDoesNotExist, RuntimeGraphPath); 46RuntimeGraph graph = new RuntimeGraphCache(this).GetRuntimeGraph(RuntimeGraphPath); 51Log.LogError(Strings.UnableToFindMatchingRid, TargetRid, string.Join(",", SupportedRids), RuntimeGraphPath);