Implemented interface member:
property
KeyContainer
Microsoft.Build.Tasks.IALTaskContract.KeyContainer
3 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
);