Implemented interface member:
property
KeyFile
Microsoft.Build.Tasks.ISGenTaskContract.KeyFile
4 references to KeyFile
Microsoft.Build.Tasks.Core (4)
SGen.cs (4)
221
set => Bag[nameof(
KeyFile
)] = value;
222
get => (string)Bag[nameof(
KeyFile
)];
405
if (
KeyFile
!= null)
407
commandLineBuilder.AppendNestedSwitch("/compiler:", "/keyfile:",
KeyFile
);