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