Implemented interface member:
property
Copyright
Microsoft.Build.Tasks.IALTaskContract.Copyright
1 write to Copyright
Microsoft.Build.Tasks.UnitTests (1)
Al_Tests.cs (1)
94
t.
Copyright
= "(C) 2005";
5 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
);
Microsoft.Build.Tasks.UnitTests (2)
Al_Tests.cs (2)
93
Assert.Null(t.
Copyright
); // "Default value"
95
Assert.Equal("(C) 2005", t.
Copyright
); // "New value"