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