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