3 references to Importance
Microsoft.Build.Tasks.Core (3)
Touch.cs (3)
153if (string.IsNullOrEmpty(Importance)) 159if (!Enum.TryParse(Importance, ignoreCase: true, out messageImportance)) 161Log.LogErrorWithCodeFromResources("Message.InvalidImportance", Importance);