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