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