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