5 references to RuntimeGraphPath
Microsoft.NET.Build.Tasks (5)
PickBestRid.cs (5)
42if (string.IsNullOrEmpty(RuntimeGraphPath)) 44Log.LogError(Strings.RuntimeGraphFileDoesNotExist, RuntimeGraphPath); 48AbsolutePath runtimeGraphPath = TaskEnvironment.GetAbsolutePath(RuntimeGraphPath); 51Log.LogError(Strings.RuntimeGraphFileDoesNotExist, RuntimeGraphPath); 60Log.LogError(Strings.UnableToFindMatchingRid, TargetRid, string.Join(",", SupportedRids), RuntimeGraphPath);