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