Implemented interface member:
property
ProductName
Microsoft.Build.Tasks.IALTaskContract.ProductName
3 references to ProductName
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
204set => Bag[nameof(ProductName)] = value; 205get => (string)Bag[nameof(ProductName)]; 349commandLine.AppendSwitchIfNotNull("/product:", ProductName);