Implemented interface member:
property
Description
Microsoft.Build.Tasks.IALTaskContract.Description
3 references to Description
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
120
set => Bag[nameof(
Description
)] = value;
121
get => (string)Bag[nameof(
Description
)];
347
commandLine.AppendSwitchIfNotNull("/description:",
Description
);