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