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