Implemented interface member:
property
KeyContainer
Microsoft.Build.Tasks.ISGenTaskContract.KeyContainer
4 references to KeyContainer
Microsoft.Build.Tasks.Core (4)
SGen.cs (4)
215set => Bag[nameof(KeyContainer)] = value; 216get => (string)Bag[nameof(KeyContainer)]; 409else if (KeyContainer != null) 411commandLineBuilder.AppendNestedSwitch("/compiler:", "/keycontainer:", KeyContainer);