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