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