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