Implemented interface member:
property
Copyright
Microsoft.Build.Tasks.IALTaskContract.Copyright
3 references to Copyright
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
102
set => Bag[nameof(
Copyright
)] = value;
103
get => (string)Bag[nameof(
Copyright
)];
336
commandLine.AppendSwitchIfNotNull("/copyright:",
Copyright
);