Implemented interface member:
property
KeyContainer
Microsoft.Build.Tasks.IALTaskContract.KeyContainer
3 references to KeyContainer
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
156set => Bag[nameof(KeyContainer)] = value; 157get => (string)Bag[nameof(KeyContainer)]; 345commandLine.AppendSwitchIfNotNull("/keyname:", KeyContainer);