Implemented interface member:
property
KeyContainer
Microsoft.Build.Tasks.IALTaskContract.KeyContainer
1 write to KeyContainer
Microsoft.Build.Tasks.UnitTests (1)
Al_Tests.cs (1)
263
t.
KeyContainer
= "MyKeyContainer";
5 references to KeyContainer
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
156
set => Bag[nameof(
KeyContainer
)] = value;
157
get => (string)Bag[nameof(
KeyContainer
)];
345
commandLine.AppendSwitchIfNotNull("/keyname:",
KeyContainer
);
Microsoft.Build.Tasks.UnitTests (2)
Al_Tests.cs (2)
262
Assert.Null(t.
KeyContainer
); // "Default value"
264
Assert.Equal("MyKeyContainer", t.
KeyContainer
); // "New value"