Implemented interface member:
property
KeyFile
Microsoft.Build.Tasks.IALTaskContract.KeyFile
3 references to KeyFile
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
150set => Bag[nameof(KeyFile)] = value; 151get => (string)Bag[nameof(KeyFile)]; 352commandLine.AppendSwitchIfNotNull("/keyfile:", KeyFile);