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